[!!!][TASK] Update to eslint v3
Removes compatibility to nodejs v0.10 and v0.11
This commit is contained in:
parent
303bde3851
commit
ed9f056d8c
@ -6,9 +6,6 @@ node_js:
|
||||
- "6"
|
||||
- "5"
|
||||
- "4"
|
||||
- "0.12"
|
||||
- "0.11"
|
||||
- "iojs"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
@ -8,7 +8,7 @@
|
||||
- Formatted Code
|
||||
- Grunt inline for some css and js - less requests
|
||||
- Icon font with only needed icons
|
||||
- Upgrade to grunt v1.x (NodeJS 0.11 - 6.2+ compatible)
|
||||
- Upgrade to grunt v1.x (NodeJS 4 - 6.3+ compatible)
|
||||
- Inline some css and js
|
||||
- Bower update all components
|
||||
- Load only german locale from 101 languages from moment.js
|
||||
|
@ -13,7 +13,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.3.6",
|
||||
"eslint": "^2.11.0",
|
||||
"eslint": "^3.0.1",
|
||||
"eslint-config-defaults": "^9.0.0",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-bower-install-simple": "^1.2.3",
|
||||
@ -25,7 +25,7 @@
|
||||
"grunt-contrib-htmlmin": "^1.4.0",
|
||||
"grunt-contrib-requirejs": "^1.0.0",
|
||||
"grunt-contrib-watch": "^1.0.0",
|
||||
"grunt-eslint": "^18.1.0",
|
||||
"grunt-eslint": "^19.0.0",
|
||||
"grunt-inline": "^0.3.6",
|
||||
"grunt-inline-data": "git://github.com/xiaokaike/grunt-inline-data.git#2eeb08f",
|
||||
"grunt-postcss": "^0.8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user