Skip to content

Commit 9863ffb

Browse files
committed
Update to @babel/eslint-parser.
1 parent ada9629 commit 9863ffb

3 files changed

Lines changed: 64 additions & 55 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"overrides": [
133133
{
134134
"files": ["*.js", "*.cjs"],
135-
"parser": "babel-eslint",
135+
"parser": "@babel/eslint-parser",
136136
"parserOptions": {
137137
"ecmaVersion": 2018,
138138
"sourceType": "module"

package-lock.json

Lines changed: 62 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"@angular/cli": "~13.2.5",
5353
"@angular/compiler-cli": "~13.2.0",
5454
"@angular/localize": "^13.2.7",
55+
"@babel/eslint-parser": "^7.17.0",
5556
"@tubular/browser-check": "^1.1.0",
5657
"@types/jasmine": "~3.10.6",
5758
"@types/node": "^12.20.50",
5859
"@types/three": "^0.139.0",
5960
"@typescript-eslint/eslint-plugin": "^5.21.0",
6061
"@typescript-eslint/parser": "^5.21.0",
61-
"babel-eslint": "^10.1.0",
6262
"eslint": "^7.32.0",
6363
"eslint-config-standard": "^16.0.3",
6464
"eslint-plugin-import": "^2.26.0",

0 commit comments

Comments
 (0)