Socket
Socket
Sign inDemoInstall

@amedia/eslint-config-base

Package Overview
Dependencies
238
Maintainers
43
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.4

4

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

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

},
"gitHead": "5ed4fc6194753fb8c23ac0f739fef750ae1547f1"
"gitHead": "bf002a05860a50453b3766577be8cdef677810d7"
}

@@ -126,2 +126,13 @@ # @amedia/eslint-config-base

## Lint script
You might want to add these two scripts in you `package.json`.
```json
"scripts": {
"lint": "eslint bin lib",
"lint-fix": "eslint --fix bin lib"
},
```
## Need to customize?

@@ -142,12 +153,1 @@

```
## Lint script
You might want to add these two scripts in you `package.json`.
```json
"scripts": {
"lint": "eslint bin lib",
"lint-fix": "eslint --fix bin lib"
},
```
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc