New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-esmanning

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-esmanning - npm Package Compare versions

Comparing version

to
2.0.0

12

CHANGELOG.md

@@ -8,2 +8,14 @@ # eslint-config-esmanning change log

## 2.0.0
- chore: banish lock file
- chore(pkg): move eslint to dev deps
- docs: update install instructions
BREAKING CHANGE: eslint is no longer a direct dependency
after npm@5 it's necessary to install eslint as a direct dependency
in projects using this config, as the eslint command is not made
available otherwise
## 1.0.4

@@ -10,0 +22,0 @@

6

package.json
{
"name": "eslint-config-esmanning",
"description": "JavaScript Manning Style - ESLint Shareable Config",
"version": "1.0.4",
"version": "2.0.0",
"author": "ZHealth Documentation",

@@ -11,3 +11,2 @@ "bugs": {

"babel-eslint": "~7.0.0",
"eslint": "~3.9.0",
"eslint-config-standard": "~6.1.0",

@@ -19,2 +18,5 @@ "eslint-config-standard-react": "~4.1.0",

},
"devDependencies": {
"eslint": "~3.9.0"
},
"homepage": "https://github.com/ZHealth/eslint-config-esmanning#readme",

@@ -21,0 +23,0 @@ "keywords": [

@@ -13,3 +13,5 @@ # eslint-config-esmanning

```bash
npm install eslint-config-esmanning --save-dev
npm install eslint eslint-config-esmanning --save-dev
echo "{ \"extends\": [\"esmanning\"] }" > .eslintrc
npx npe scripts.test "eslint ."
```

@@ -32,3 +34,3 @@

*Note: We omitted the `eslint-config-` prefix since it is automatically assumed by ESLint.*
*Note: `eslint-config-` prefix is automatically assumed by ESLint.*

@@ -40,3 +42,2 @@ You can override settings from the shareable config by adding them directly into your

- eslint
- eslint-config-standard

@@ -48,3 +49,3 @@ - eslint-config-standard-react

This is probably not the way you want to do things in your own project. This is for the sake of convenience for ZHealth's projects (one declared dependency instead of seven).
This may not be the way you want to do things in your own project. This is for the sake of convenience for ZHealth's projects (one declared dependency instead of seven).

@@ -51,0 +52,0 @@ ## License