Skip to content

Commit

Permalink
style: remove Babel from ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Dec 2, 2023
1 parent 077e6bc commit eccda41
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 1,521 deletions.
3 changes: 0 additions & 3 deletions .babelrc.json

This file was deleted.

15 changes: 5 additions & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 6,
"ecmaFeatures": {
"experimentalObjectRestSpread": true
},
"requireConfigFile": false,
"sourceType": "module"
},
"env": {
"es6": true,
"es2022": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2022,
"sourceType": "module"
},
"extends": ["eslint:recommended", "plugin:import/recommended", "prettier"],
"plugins": ["node", "import", "prettier"],
"rules": {
Expand Down

0 comments on commit eccda41

Please sign in to comment.