1
0
Fork 0
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:
Max Guglielmi 2016-05-14 22:23:13 +10:00
commit fcdda9269d

View file

@ -1,5 +1,8 @@
{
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"max-len": [2, 80, 2, {"ignoreUrls": true}],
"max-depth": [2, 7],