We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff52e6 commit fa0fdf2Copy full SHA for fa0fdf2
.eslintrc.json
@@ -7,5 +7,8 @@
7
},
8
"globals": {
9
"RangeFix": false
10
+ },
11
+ "rules": {
12
+ "max-len": "off"
13
}
14
package.json
@@ -14,11 +14,11 @@
"test": "grunt test"
15
16
"devDependencies": {
17
- "eslint-config-wikimedia": "0.5.0",
18
- "grunt": "1.0.1",
19
- "grunt-eslint": "20.0.0",
20
- "grunt-stylelint": "0.8.0",
21
- "stylelint": "8.2.0",
22
- "stylelint-config-wikimedia": "0.4.2"
+ "eslint-config-wikimedia": "0.11.0",
+ "grunt": "1.0.4",
+ "grunt-eslint": "21.0.0",
+ "grunt-stylelint": "0.10.1",
+ "stylelint": "9.6.0",
+ "stylelint-config-wikimedia": "0.5.0"
23
24
0 commit comments