Disable the "dot-notation" eslint rule

(We have to use this notation a bunch when working with tags)
This commit is contained in:
Bryan Housel 2020-11-05 09:21:00 -05:00
parent 4e49fae197
commit fc2d3c51af

View file

@ -11,7 +11,7 @@
"sourceType": "module"
},
"rules": {
"dot-notation": "error",
"dot-notation": "off",
"eqeqeq": ["error", "smart"],
"indent": ["off", 2],
"keyword-spacing": "error",