Skip to content

Commit

Permalink
build: replaced babel-eslint with @babel/eslint-parser (#99)
Browse files Browse the repository at this point in the history
* build: replaced babel-eslint with @babel/eslint-parser

* build: turned off requireConfigFile
  • Loading branch information
Aleksey28 authored Oct 27, 2023
1 parent 84b8dd1 commit 2516eab
Show file tree
Hide file tree
Showing 3 changed files with 1,040 additions and 483 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": "eslint:recommended",
"rules": {
"no-alert": "error",
Expand Down Expand Up @@ -85,6 +85,7 @@
"es6": true
},
"parserOptions": {
"sourceType": "module"
"sourceType": "module",
"requireConfigFile": false
}
}
Loading

0 comments on commit 2516eab

Please sign in to comment.