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

eslint-config-defaults

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-defaults - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.3.6 (2015-06-17)
#### User Facing Changes
* * README Updates
## 0.3.5 (2015-06-17)

@@ -2,0 +8,0 @@

2

package.json

@@ -17,3 +17,3 @@ {

"version" : "0.3.5",
"version" : "0.3.6",
"author" : "Eric Baer <me@ericbaer.com>",

@@ -20,0 +20,0 @@

@@ -24,3 +24,3 @@ # eslint-config-strict

- `defaults` - The default ES5 config
- `defaults/off` - Turns off all rules.
- `defaults/off` - Turns off all rules. This will be ESLint's default after 1.0.0
- `defaults/es5-browser` - The default ES5 config with browser globals

@@ -49,11 +49,5 @@ - `defaults/es5-node` - The default ES5 config with node globals and rules

```json
{
"extends": ["defaults/es6-browser", "defaults/es6-node"]
}
```
#### Piecemeal Configurations
Every test in ESLint is broken out into categories that mirror the documentation. Each of the
ESLint configuration is broken out into categories that mirror the documentation. Each of the
following directories can be included as a set of defaults or by including the `off.js` file which

@@ -68,9 +62,15 @@ turns off every rule in this category.

{
"extends": ["defaults/es6-browser", "defaults/legacy/defaults.js"]
}
```
```json
{
"extends": [
"./node_modules/eslint-config-defaults/best-practices/default.js",
"./node_modules/eslint-config-defaults/errors/default.js"
"defaults/best-practices/default.js",
"defaults/errors/default.js"
"./node_modules/eslint-config-defaults/es6/off.js"
"./node_modules/eslint-config-defaults/legacy/off.js"
"./node_modules/eslint-config-defaults/node/off.js"
"defaults/es6/off.js"
"defaults/legacy/off.js"
"defaults/node/off.js"
]

@@ -77,0 +77,0 @@

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