eslint-config-zavatta
Advanced tools
Comparing version 4.3.0 to 4.4.0
25
index.js
@@ -232,4 +232,27 @@ module.exports = { | ||
'unicode-bom': 2, | ||
'yield-star-spacing': [2, 'after'] | ||
'yield-star-spacing': [2, 'after'], | ||
'capitalized-comments': 0, | ||
'func-call-spacing': [2, 'never'], | ||
'line-comment-position': 0, | ||
'no-await-in-loop': 0, | ||
'no-global-assign': 2, | ||
'no-restricted-properties': 0, | ||
'no-template-curly-in-string': 0, | ||
'class-methods-use-this': 2, | ||
'lines-around-directive': 0, | ||
'no-multi-assign': 2, | ||
'no-unsafe-negation': 2, | ||
'nonblock-statement-body-position': 0, | ||
'prefer-numeric-literals': 0, | ||
'require-await': 2, | ||
'symbol-description': 0, | ||
'func-name-matching': 0, | ||
'no-compare-neg-zero': 2, | ||
'no-useless-return': 2, | ||
'prefer-promise-reject-errors': 0, | ||
'template-tag-spacing': [2, 'never'], | ||
'no-return-await': 2, | ||
'prefer-destructuring': 0, | ||
'sort-keys': 0, | ||
} | ||
} |
{ | ||
"name": "eslint-config-zavatta", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "An eslint config, designed to help you in dark times.", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"babel-eslint": "^6.1.2", | ||
"babel-eslint": "^7.2.3", | ||
"eslint": "^3.2.2", | ||
@@ -15,0 +15,0 @@ "eslint-find-rules": "^1.13.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46526
5
257