diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 211b503..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "env": { - "browser": true, - "es6": true - }, - "extends": "standard", - "globals": { - "Atomics": "readonly", - "SharedArrayBuffer": "readonly" - }, - "parserOptions": { - "ecmaVersion": 2018 - }, - "rules": { - } -} \ No newline at end of file diff --git a/package.json b/package.json index 598491a..ecf1ef0 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,21 @@ "ignorFiles": [ "vendor/**" ] + }, + "eslintConfig": { + "env": { + "browser": true, + "es6": true + }, + "extends": "standard", + "globals": { + "Atomics": "readonly", + "SharedArrayBuffer": "readonly" + }, + "parserOptions": { + "ecmaVersion": 2018 + }, + "rules": { + } } }