mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 01:32:25 +01:00
Fix wrong ecmaVersion
in .eslintrc
This commit is contained in:
parent
7f241617df
commit
b795efa419
@ -9,7 +9,7 @@
|
||||
"$$": false
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 5,
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user