Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webpack-contrib/eslint-config-webpack

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webpack-contrib/eslint-config-webpack - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

10

CHANGELOG.md

@@ -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)

2

package.json
{
"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',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc