@9renpoto/eslint-config
Advanced tools
Comparing version 1.5.1 to 1.5.2
module.exports = { | ||
extends: 'standard', | ||
plugins: [ | ||
'standard' | ||
'standard', | ||
'eslint-comments' | ||
], | ||
@@ -10,2 +11,7 @@ env: { | ||
rules: { | ||
'eslint-comments/disable-enable-pair': 1, | ||
'eslint-comments/no-duplicate-disable': 1, | ||
'eslint-comments/no-unlimited-disable': 1, | ||
'eslint-comments/no-unused-disable': 1, | ||
'eslint-comments/no-unused-enable': 1, | ||
'no-else-return': 2, | ||
@@ -12,0 +18,0 @@ 'no-var': 2, |
{ | ||
"name": "@9renpoto/eslint-config", | ||
"description": "my eslint config", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"author": "9renpoto", | ||
@@ -11,2 +11,3 @@ "bugs": { | ||
"eslint-config-standard": "^6.2.1", | ||
"eslint-plugin-eslint-comments": "^1.0.0", | ||
"eslint-plugin-promise": "^3.3.0", | ||
@@ -13,0 +14,0 @@ "eslint-plugin-standard": "^2.0.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32123
34
5
+ Addedeslint-plugin-eslint-comments@1.1.0(transitive)