stupid rule
This commit is contained in:
parent
9a9ea5e7a2
commit
cdf4f83392
1 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,9 @@
|
||||||
"line-comment-position": "off",
|
"line-comment-position": "off",
|
||||||
|
|
||||||
// if someone does this it's probably intentional
|
// if someone does this it's probably intentional
|
||||||
"no-useless-concat": "off"
|
"no-useless-concat": "off",
|
||||||
|
|
||||||
|
"no-plusplus": "off"
|
||||||
},
|
},
|
||||||
"parser": "babel-eslint",
|
"parser": "babel-eslint",
|
||||||
"env": {
|
"env": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue