Skip to content

Commit

Permalink
feat: remove babel parser
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernanberg committed Nov 4, 2022
1 parent 4156495 commit 3e3b020
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 322 deletions.
4 changes: 0 additions & 4 deletions base.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
module.exports = {
parser: '@babel/eslint-parser',
parserOptions: {
requireConfigFile: false,
},
extends: [
'eslint:recommended',
'plugin:import/recommended',
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"test": "npm run lint"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
Loading

0 comments on commit 3e3b020

Please sign in to comment.