Skip to content

Commit 59800cb

Browse files
committed
fix(babel-parser): enabled using the scoped version of the babel-parser
1 parent 8e6e77e commit 59800cb

File tree

4 files changed

+1545
-52
lines changed

4 files changed

+1545
-52
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"presets":["@form8ion"]}

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
plugins: ['react-hooks'],
33

4-
parser: 'babel-eslint',
4+
parser: '@babel/eslint-parser',
55

66
env: {
77
browser: true

0 commit comments

Comments
 (0)