eslint-config-bengler
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -9,3 +9,3 @@ module.exports = { | ||
"block-scoped-var": 1, // Looks like elint has a bug here. It won't allow referencing function declarations before its definition | ||
"spaced-line-comment": 1, | ||
"spaced-comment": 1, | ||
"no-nested-ternary": 1, | ||
@@ -12,0 +12,0 @@ "strict": 1, |
{ | ||
"name": "eslint-config-bengler", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Shared eslint configs for Bengler", | ||
@@ -5,0 +5,0 @@ "main": "base.js", |
19311