diff --git a/.gitignore b/.gitignore index 96df0e9f4..3480f1a3f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,11 @@ coverage.lcov codecov.yml plugins/phrases/data/ learn/giga/result/ -.scratch.js \ No newline at end of file +.scratch.js +.eslintrc +.npmignore +.github +.gitignore +LICENSE +package-lock.json +rollup.config.js diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index c4076b340..000000000 --- a/.jshintrc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "esversion": 8, - "node": true, - "asi": true, - "undef": true, - "-W138": true, - "globals": { - "self": true - } -} \ No newline at end of file