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-case-last"
|
||||||
- [ ] "default-param-last"
|
- [ ] "default-param-last"
|
||||||
- [ ] "dot-location"
|
- [ ] "dot-location"
|
||||||
- [ ] "dot-notation"
|
- [X] "dot-notation"
|
||||||
- [X] "eol-last"
|
- [X] "eol-last"
|
||||||
- [X] "eqeqeq"
|
- [X] "eqeqeq"
|
||||||
- [ ] "for-direction"
|
- [ ] "for-direction"
|
||||||
|
@ -48,6 +48,12 @@
|
|||||||
"before": false
|
"before": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"dot-notation": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"allowKeywords": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"eol-last": [
|
"eol-last": [
|
||||||
"error",
|
"error",
|
||||||
"always"
|
"always"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user