eslint-config-nhardy
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -13,2 +13,3 @@ 'use strict'; | ||
'no-param-reassign': [2, { props: false }], | ||
'no-warning-comments': [1, { terms: ['todo', 'fixme', 'xxx', 'kludge'], location: 'anywhere' }], | ||
'react/jsx-closing-bracket-location': [2, 'after-props'] | ||
@@ -15,0 +16,0 @@ }, |
{ | ||
"name": "eslint-config-nhardy", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "An mi9-esque ESLint config which extends eslint-config-airbnb", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,2 +8,3 @@ export default { | ||
'no-param-reassign': [2, { props: false }], | ||
'no-warning-comments': [1, { terms: ['todo', 'fixme', 'xxx', 'kludge'], location: 'anywhere' }], | ||
'react/jsx-closing-bracket-location': [2, 'after-props'], | ||
@@ -10,0 +11,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
4356
39