Skip to content

Commit

Permalink
build(deps-dev): replace babel-eslint with @babel-eslint-parser (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 14, 2023
1 parent fedb532 commit 6b22a00
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "airbnb-base",
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"env": {
"browser": true,
"node": true,
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ tests
.nyc_output
.github
/*.traineddata
babel.config.json
10 changes: 10 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": "last 2 versions"
}
]
]
}

0 comments on commit 6b22a00

Please sign in to comment.