1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-04 07:33:18 +02:00

Update .eslintrc

This commit is contained in:
koalyptus 2017-12-25 22:00:58 +11:00 committed by GitHub
parent a01c914f0a
commit be67034e02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
"keyword-spacing": ["error", { "after": true, "before": true }],
"max-depth": [2, 7],
"max-statements": [2, 130],
"complexity": [2, 33],
"complexity": [2, 41],
"no-unused-vars": 2,
"no-eval": 2,
"no-underscore-dangle": 0,