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
1.0.0

CHANGELOG.md

8

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

@@ -18,5 +18,2 @@ "bugs": {

},
"devDependencies": {
"standard": "^8.4.0"
},
"homepage": "https://github.com/ZHealth/eslint-config-esmanning#readme",

@@ -35,6 +32,3 @@ "keywords": [

"url": "git+https://github.com/ZHealth/eslint-config-esmanning.git"
},
"scripts": {
"test": "standard"
}
}

@@ -18,11 +18,5 @@ # eslint-config-esmanning

To use the JavaScript Manning Style shareable config, first run this:
To use the JavaScript Manning Style shareable config, just add this to your .eslintrc file:
```bash
npm install --save-dev eslint-config-esmanning
```
Then, add this to your .eslintrc file:
```
{

@@ -38,4 +32,15 @@ "extends": "esmanning"

`eslint-config-esmanning` also installs the following so you don't have to:
- eslint
- eslint-config-standard
- eslint-config-standard-react
- eslint-plugin-promise
- eslint-plugin-react
- eslint-plugin-standard
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).
## License
[MIT](LICENSE)