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 5.0.0 to 6.0.0

configurations/airbnb.js

6

CHANGELOG.md

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

## 6.0.0 (2015-09-01)
#### Internal Changes
* Revert 5.0.0 due to a limitation in ESLint
## 5.0.0 (2015-08-27)

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

7

package.json

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

"version" : "5.0.0",
"version" : "6.0.0",
"author" : "Eric Baer <me@ericbaer.com>",

@@ -33,3 +33,2 @@

"devDependencies" : {
"eslint": "1.2.1"
},

@@ -39,6 +38,2 @@

"scripts": {
"lint": "eslint ."
},
"engines":{

@@ -45,0 +40,0 @@ "node": ">= 0.10.0"

@@ -29,6 +29,6 @@ <h1 align="center">eslint-config-defaults</h1>

- `defaults` - The default ESLint config
- `defaults` - The [default](https://github.com/eslint/eslint/blob/master/conf/eslint.json) ESLint config
- `defaults/configurations/airbnb` - Config from the [AirBnB Style Guide](https://github.com/airbnb/javascript)
- `defaults/configurations/google` - The [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml)
- `defaults/configurations/eslint` - The default ESLint config
- `defaults/configurations/eslint` - The [default](https://github.com/eslint/eslint/blob/master/conf/eslint.json) ESLint config
- `defaults/configurations/off` - Disable all rules (ESLint's default at 1.0.0+)

@@ -69,3 +69,3 @@ - `defaults/configurations/walmart/es5-browser` - Walmart ES5 + browser

ESLint configuration is broken apart in `./rules` containing ESLint's rules and rules for specific ESLint plugins. The full set of ESLint rules (`./rules/eslint`) are broken into categories that mirror ESLint's documentation. Under each rule type there are sets of configuration as well as an `off.yaml` file which turns off every rule in the category.
ESLint configuration is broken apart in `./rules` containing ESLint's rules and rules for specific ESLint plugins. The full set of ESLint rules (`./rules/eslint`) are broken into categories that mirror ESLint's documentation. Under each rule type there are sets of configuration as well as an `off.js` file which turns off every rule in the category.

@@ -72,0 +72,0 @@ ###### Examples

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