eslint-plugin-more
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -13,3 +13,4 @@ | ||
'no-duplicated-chains': require('./lib/rules/no-duplicated-chains'), | ||
'classbody-starts-with-newline': require('./lib/rules/classbody-starts-with-newline') | ||
'classbody-starts-with-newline': require('./lib/rules/classbody-starts-with-newline'), | ||
'no-filter-instead-of-find': require('./lib/rules/no-filter-instead-of-find') | ||
}, | ||
@@ -27,3 +28,4 @@ configs: { | ||
'more/no-duplicated-chains': 2, | ||
'more/classbody-starts-with-newline': [2, 'never'] | ||
'more/classbody-starts-with-newline': [2, 'never'], | ||
'more/no-filter-instead-of-find': 2 | ||
} | ||
@@ -30,0 +32,0 @@ } |
{ | ||
"name": "eslint-plugin-more", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "eslint", |
21429
325