Disable the "dot-notation" eslint rule
(We have to use this notation a bunch when working with tags)
This commit is contained in:
parent
4e49fae197
commit
fc2d3c51af
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"dot-notation": "error",
|
||||
"dot-notation": "off",
|
||||
"eqeqeq": ["error", "smart"],
|
||||
"indent": ["off", 2],
|
||||
"keyword-spacing": "error",
|
||||
|
|
Loading…
Add table
Reference in a new issue