eslint-config-ianvs
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -5,3 +5,2 @@ module.exports = { | ||
'rules': { | ||
'block-scoped-var' : [2], | ||
'brace-style' : [2, '1tbs'], | ||
@@ -22,2 +21,3 @@ 'eqeqeq' : [2, 'smart'], | ||
'strict' : [2, 'global'], | ||
'vars-on-top' : [2], | ||
'wrap-iife' : [2, 'inside'] | ||
@@ -24,0 +24,0 @@ }, |
{ | ||
"name": "eslint-config-ianvs", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "ESLint 1.0 Config with slight tweaks from Standard", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |