1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-20 07:16:41 +02:00

Merge pull request #546 from koalyptus/greenkeeper/babel-eslint-8.1.0

Update babel-eslint to the latest version 🚀
This commit is contained in:
koalyptus 2017-12-25 22:27:59 +11:00 committed by GitHub
commit fbfa2fdf96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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,

View file

@ -39,7 +39,7 @@
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "8.0.3",
"babel-eslint": "8.1.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-preset-es2015": "^6.24.1",