mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Grunt: update dependencies & fix pager indentation
This commit is contained in:
parent
1e7e83abaa
commit
6b0d2d37fd
2
.jscsrc
2
.jscsrc
@ -55,7 +55,7 @@
|
|||||||
"requireSpacesInForStatement": true,
|
"requireSpacesInForStatement": true,
|
||||||
"requireSpacesInsideArrayBrackets": "all",
|
"requireSpacesInsideArrayBrackets": "all",
|
||||||
"validateIndentation": {
|
"validateIndentation": {
|
||||||
"includeEmptyLines": false,
|
"allExcept": ["emptyLines", "comments"],
|
||||||
"value": "\t"
|
"value": "\t"
|
||||||
},
|
},
|
||||||
"validateQuoteMarks": {
|
"validateQuoteMarks": {
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -71,7 +71,7 @@
|
|||||||
"grunt-contrib-uglify": "^1.0.1",
|
"grunt-contrib-uglify": "^1.0.1",
|
||||||
"grunt-contrib-watch": "^1.0.0",
|
"grunt-contrib-watch": "^1.0.0",
|
||||||
"grunt-htmlhint": "^0.9.13",
|
"grunt-htmlhint": "^0.9.13",
|
||||||
"grunt-jscs": "^2.8.0",
|
"grunt-jscs": "^3.0.0",
|
||||||
"grunt-string-replace": "^1.2.1"
|
"grunt-string-replace": "^1.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user