@webpack-contrib/eslint-config-webpack
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.0.4"></a> | ||
## [2.0.4](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.3...v2.0.4) (2018-04-01) | ||
### Bug Fixes | ||
* **import/order:** Incorrect config syntax ([fe40e36](https://github.com/webpack-contrib/eslint-config-webpack/commit/fe40e36)) | ||
<a name="2.0.3"></a> | ||
@@ -7,0 +17,0 @@ ## [2.0.3](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.2...v2.0.3) (2018-04-01) |
{ | ||
"name": "@webpack-contrib/eslint-config-webpack", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": "Joshua Wiens (https://twitter.com/@d3viant0ne)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -148,3 +148,3 @@ module.exports = { | ||
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/order.md | ||
'import/order': ['warning', { | ||
'import/order': ['warn', { | ||
groups: ['builtin', 'external', 'internal', 'parent', 'sibling', 'index'], | ||
@@ -151,0 +151,0 @@ 'newlines-between': 'always-and-inside-groups', |
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
60423