Skip to content

Commit 57a0a15

Browse files
committed
modifies eslintrc to pass codeclimate
1 parent a62a461 commit 57a0a15

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.eslintrc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,7 @@
219219
"after": true
220220
}], // enforce spacing before and after semicolons
221221
"sort-vars": 0, // sort variables within the same declaration block (off by default)
222-
"keyword-spacing": [2,
223-
{
224-
"before": true,
225-
"after": true,
226-
"overrides":
227-
{}
228-
}],
222+
"keyword-spacing": [0], // require a space after certain keywords (off by default)
229223
"space-before-blocks": [1, "always"], // require or disallow space before blocks (off by default)
230224
"space-before-function-paren": [1,
231225
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "systemjs-less-plugin",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Loads less files on the fly, and compiles them at build time",
55
"main": "less.js",
66
"registry": "github",

0 commit comments

Comments
 (0)