eslint-config-redmart
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -13,2 +13,3 @@ module.exports = { | ||
'guard-for-in': 2, | ||
'import/order': [2, { 'groups': ['builtin', 'external', 'internal', 'parent', 'sibling', 'index'] }], | ||
'indent': [2, 'tab', { 'SwitchCase': 1 }], | ||
@@ -15,0 +16,0 @@ 'keyword-spacing': [2, { 'before': true, 'after': true }], |
{ | ||
"name": "eslint-config-redmart", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # eslint-config-redmart | ||
` | ||
$ npm install --save-dev eslint eslint-config-redmart | ||
$ npm install --save-dev eslint eslint-plugin-import eslint-config-redmart | ||
` | ||
@@ -8,0 +8,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
4421
74