eslint-config-xo-lass
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -24,4 +24,6 @@ module.exports = { | ||
'unicorn/import-style': 'off', | ||
'unicorn/prevent-abbreviations': 'off' | ||
'unicorn/prevent-abbreviations': 'off', | ||
'import/extensions': 'off', | ||
'unicorn/prefer-module': 'off' | ||
} | ||
}; |
{ | ||
"name": "eslint-config-xo-lass", | ||
"description": "ESLint shareable config for Lass to be used with eslint-config-xo", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
5536
28