1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-04 23:53:15 +02: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
parent d5dcc38cc9
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],