Skip to content

Commit 396744b

Browse files
committed
remove babel
1 parent 3c06626 commit 396744b

File tree

3 files changed

+8
-109
lines changed

3 files changed

+8
-109
lines changed

.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
2-
parser: 'babel-eslint',
32
parserOptions: {
4-
ecmaVersion: 6
3+
ecmaVersion: 2020
54
},
65
env: {
76
es6: true,

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"dependencies": {
3232
"@typescript-eslint/eslint-plugin": ">=2.5.0",
3333
"@typescript-eslint/parser": ">=2.5.0",
34-
"babel-eslint": ">=10.0.3",
3534
"eslint-config-prettier": ">=6.4.0",
3635
"eslint-plugin-eslint-comments": ">=3.0.1",
3736
"eslint-plugin-import": ">=2.18.2",
@@ -41,7 +40,8 @@
4140
"prettier": ">=1.12.0",
4241
"read-pkg-up": ">=6.0.0",
4342
"supports-color": "^7.1.0",
44-
"svg-element-attributes": ">=1.2.1"
43+
"svg-element-attributes": ">=1.2.1",
44+
"to-fast-properties": "^3.0.1"
4545
},
4646
"peerDependencies": {
4747
"eslint": ">=4.19.0"

0 commit comments

Comments
 (0)