diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index c813e227..00000000 --- a/.eslintrc +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "eslint:recommended", - "parserOptions": { - "ecmaVersion": 11, - "sourceType": "module" - }, - "env": { - "es6": true, - "node": true - }, - "overrides": [ - { - "files": [ - "tests/**/*.js" - ], - "env": { - "jest": true - } - } - ] -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index f6c6c580..36950dc2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ js/ coverage package-lock.json /examples/browserify/bundle.js +index.html diff --git a/.npmignore b/.npmignore index da90230b..f3757f8f 100644 --- a/.npmignore +++ b/.npmignore @@ -17,4 +17,4 @@ index.js index.html yarn.lock rollup.config.js -.eslintrc +eslint.config.mjs