Skip to content

Commit

Permalink
Update babel-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Feb 17, 2022
1 parent 2ddeed4 commit ae0f9a7
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 755 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
node: true
browser: true

parser: babel-eslint
parser: "@babel/eslint-parser"

parserOptions:
ecmaVersion: 2018
Expand All @@ -16,6 +16,12 @@ parserOptions:
ecmaFeatures:
jsx: true

requireConfigFile: false

babelOptions:
presets:
- "@babel/preset-react"

settings:
react:
version: detect
Expand Down
Loading

0 comments on commit ae0f9a7

Please sign in to comment.