Skip to content

Commit

Permalink
fix: remove babel-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed May 11, 2022
1 parent 0a19335 commit 17adeb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Expand Up @@ -16,9 +16,9 @@ module.exports = {
TEST_BASE_URL: true,
},

// we need this to have support for dynamic imports
// although they are ecma stage 4 proposal -> currently being implemented in eslint
parser: 'babel-eslint',
parserOptions: {
ecmaVersion: 'latest',
},

rules: {
// overwrite airbnb-base options
Expand Down
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -240,7 +240,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
"@babel/register": "^7.17.7",
"archiver": "^5.3.0",
"babel-eslint": "^10.1.0",
"copyfiles": "^2.4.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
Expand Down

0 comments on commit 17adeb5

Please sign in to comment.