feat(eslint): Rule "dot-notation"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
0db2687006
commit
5bd92b74f2
@ -30,7 +30,7 @@
|
||||
- [ ] "default-case-last"
|
||||
- [ ] "default-param-last"
|
||||
- [ ] "dot-location"
|
||||
- [ ] "dot-notation"
|
||||
- [X] "dot-notation"
|
||||
- [X] "eol-last"
|
||||
- [X] "eqeqeq"
|
||||
- [ ] "for-direction"
|
||||
|
@ -48,6 +48,12 @@
|
||||
"before": false
|
||||
}
|
||||
],
|
||||
"dot-notation": [
|
||||
"error",
|
||||
{
|
||||
"allowKeywords": true
|
||||
}
|
||||
],
|
||||
"eol-last": [
|
||||
"error",
|
||||
"always"
|
||||
|
Loading…
x
Reference in New Issue
Block a user