add lint rule

This commit is contained in:
Evan 2023-02-25 22:17:23 -06:00
parent 8fb2aefb1a
commit 1de8f916b3

View file

@ -27,6 +27,7 @@
"rules": {
"json/*": ["error"],
"indent": ["off"],
"eqeqeq": ["error", "always"],
"linebreak-style": ["error", "unix"],
"curly": ["error", "multi-line"],
"quotes": [