Skip to content

Commit

Permalink
Update nsp, eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 25, 2015
1 parent 58ce871 commit 29e5214
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Expand Up @@ -16,6 +16,7 @@
"comma-spacing": [2],
"comma-style": [2, "last"],
"complexity": [0, 11],
"computed-property-spacing": [2, "never"],
"consistent-return": [2],
"consistent-this": [0, "that"],
"curly": [2, "all"],
Expand Down Expand Up @@ -142,6 +143,7 @@
"operator-assignment": [0, "always"],
"operator-linebreak": [2, "none"],
"padded-blocks": [0],
"prefer-const": [0],
"quote-props": [0],
"radix": [0],
"semi": [2],
Expand All @@ -162,6 +164,7 @@
"space-infix-ops": [2],
"space-return-throw-case": [2],
"space-unary-ops": [2, { "words": true, "nonwords": false }],
"spaced-comment": [2, "always"],
"spaced-line-comment": [0, "always"],
"strict": [0],
"use-isnan": [2],
Expand All @@ -170,6 +173,6 @@
"vars-on-top": [0],
"wrap-iife": [2],
"wrap-regex": [2],
"yoda": [2, "never", { "exceptRange": true }]
"yoda": [2, "never", { "exceptRange": true, "onlyEquality": false }]
}
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,9 +32,9 @@
"tape": "^4.0.0",
"covert": "^1.1.0",
"jscs": "^1.13.1",
"nsp": "^1.0.1",
"nsp": "^1.0.3",
"semver": "^4.3.6",
"eslint": "^0.22.1"
"eslint": "^0.23.0"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 29e5214

Please sign in to comment.