fix: 🔧 Parser sbagliato nella configurazione di eslint
This commit is contained in:
parent
e4362d3200
commit
a3c7fd8014
|
@ -17,7 +17,7 @@
|
|||
"Atomics": "readonly",
|
||||
"SharedArrayBuffer": "readonly"
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"parser": "@babel/eslint-parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2021,
|
||||
"sourceType": "module"
|
||||
|
|
Loading…
Reference in New Issue