Skip to content

Commit bded8c2

Browse files
sapphi-redmadyankin
authored andcommitted
chore: update babel to v7
1 parent acb6a82 commit bded8c2

File tree

4 files changed

+7143
-8833
lines changed

4 files changed

+7143
-8833
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"presets": [
3-
["env", {"targets": {"node": "6"}}]
3+
["@babel/env", {"targets": {"node": "6"}}]
44
]
55
}

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"es6": true,
99
"jest/globals": true
1010
},
11-
"parser": "babel-eslint",
11+
"parser": "@babel/eslint-parser",
1212
"plugins": ["jest"],
1313
"rules": {
1414
"import/no-extraneous-dependencies": 0

0 commit comments

Comments
 (0)