mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-17 16:10:04 +01:00
Added sorceType parserOptions to eslintrc file to fix build
This commit is contained in:
parent
d5dcc38cc9
commit
fcdda9269d
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"parser": "babel-eslint",
|
||||
"parserOptions": {
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"max-len": [2, 80, 2, {"ignoreUrls": true}],
|
||||
"max-depth": [2, 7],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue