diff options
Diffstat (limited to 'eslint.json')
-rw-r--r-- | eslint.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/eslint.json b/eslint.json new file mode 100644 index 0000000..cee3ecc --- /dev/null +++ b/eslint.json @@ -0,0 +1,9 @@ +{ + "env": { + "browser": true, + "node": true, + }, + "rules": { + "camelcase": false, + } +} |