Skip to content

Commit 92a2f6d

Browse files
authored
merge: added @babel/eslint-parser (TheAlgorithms#931)
* feat: added @babel/eslint-parser * fix: added package lock
1 parent ffa4846 commit 92a2f6d

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
"standard": {
2424
"env": [
2525
"jest"
26-
]
26+
],
27+
"parser": "@babel/eslint-parser"
2728
},
2829
"devDependencies": {
30+
"@babel/eslint-parser": "^7.17.0",
2931
"babel-jest": "^26.3.0",
3032
"globby": "^12.0.2",
3133
"husky": "^7.0.4",

0 commit comments

Comments
 (0)