eslint-config-warp
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -13,3 +13,2 @@ 'use strict'; | ||
'no-warning-comments': [1, {terms: ['todo', 'tmp', 'temp', 'temporary', 'fixme']}], | ||
'no-sync': [1], | ||
@@ -16,0 +15,0 @@ //Best practices. |
@@ -16,2 +16,3 @@ 'use strict'; | ||
rules: { | ||
'no-sync': [1], | ||
'global-require': [2], | ||
@@ -18,0 +19,0 @@ 'handle-callback-err': [2], |
{ | ||
"name": "eslint-config-warp", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "WeAreReasonablePeople linting rules", | ||
@@ -24,5 +24,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"xyz": "^2.1.0", | ||
"eslint": "4.x.x" | ||
"eslint": "4.x.x", | ||
"xyz": "^3.0.0" | ||
} | ||
} |
7226
7