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

eslint-config-powel

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-powel - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

10

babel.js

@@ -9,11 +9,11 @@ 'use strict';

rules: {
'strict': [2, 'never'],
'generator-star-spacing': 0,
'object-shorthand': 0,
// https://github.com/babel/eslint-plugin-babel
'babel/generator-star-spacing': [2, 'after'],
'babel/object-curly-spacing': [1, 'always'],
'babel/object-shorthand': [1, 'always'],
'generator-star-spacing': 0,
'object-shorthand': 0,
'strict': [2, 'never']
'babel/object-shorthand': [1, 'always']
}
};

@@ -18,3 +18,8 @@ 'use strict';

'import/no-amd': 2
},
settings: {
'import/ignore': [
'.css$'
]
}
};
{
"name": "eslint-config-powel",
"version": "1.2.0",
"version": "1.3.0",
"description": "Powel ESLint configs",

@@ -5,0 +5,0 @@ "main": "index.js",

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