eslint-config-soda
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "eslint-config-soda", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "ESLint configurations for my personal projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -109,3 +109,3 @@ module.exports = { | ||
// http://eslint.org/docs/rules/sort-imports | ||
'sort-imports': ['warn', { | ||
'sort-imports': ['off', { | ||
ignoreCase: false, | ||
@@ -112,0 +112,0 @@ ignoreMemberSort: false, |
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
43691