Socket
Socket
Sign inDemoInstall

@amedia/eslint-config-base

Package Overview
Dependencies
Maintainers
46
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/eslint-config-base - npm Package Compare versions

Comparing version 3.4.0-alpha.0 to 3.5.0-alpha.0

7

index.js
// https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base
module.exports = {
parser: 'babel-eslint',
extends: ['airbnb-base', 'prettier'],
extends: [
'airbnb-base',
'prettier', // https://www.npmjs.com/package/eslint-plugin-import
'plugin:import/errors',
'plugin:import/warnings',
],
globals: {

@@ -6,0 +11,0 @@ __DEV__: true,

4

package.json
{
"name": "@amedia/eslint-config-base",
"version": "3.4.0-alpha.0",
"version": "3.5.0-alpha.0",
"description": "ESLint configuration to be used by developers at Amedia",

@@ -46,3 +46,3 @@ "main": "index.js",

},
"gitHead": "64964c9a0cfde1356b10046f18db8e5342c024ec"
"gitHead": "4375a34cbb277b77f9a4d500f76e28f87869c84c"
}
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