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

configurations/airbnb.yaml

6

CHANGELOG.md

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

## 5.0.0 (2015-08-27)
#### Internal Changes
* Convert all js/json to YAML
## 4.2.0 (2015-08-19)

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

7

package.json

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

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

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

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

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

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

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

19

README.md

@@ -25,8 +25,2 @@ <h1 align="center">eslint-config-defaults</h1>

### Dependencies
- **All Walmart config** (`defaults/configurations/walmart/<suffix>`) - [eslint-plugin-filenames](https://github.com/selaux/eslint-plugin-filenames)
- **AirBnB Config** - [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react), [babel-eslint](https://github.com/babel/babel-eslint)
- **Any React config** (`<prefix>-react`) - [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react), [babel-eslint](https://github.com/babel/babel-eslint)
### Full Configurations

@@ -38,5 +32,5 @@

- `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/google` - The [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml)
- `defaults/configurations/off` - Turns off all rules. This will be ESLint's default after 1.0.0
- `defaults/configurations/off` - Disable all rules (ESLint's default at 1.0.0+)
- `defaults/configurations/walmart/es5-browser` - Walmart ES5 + browser

@@ -52,2 +46,8 @@ - `defaults/configurations/walmart/es5-node` - Walmart ES5 + node

###### Dependencies
- AirBnB Config - [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react), [babel-eslint](https://github.com/babel/babel-eslint)
- Any Walmart config (`defaults/configurations/walmart/<suffix>`) - [eslint-plugin-filenames](https://github.com/selaux/eslint-plugin-filenames)
- Any React config (`<prefix>-react`) - [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react), [babel-eslint](https://github.com/babel/babel-eslint)
To consume and extend a config in ESLint just add the extends attribute to your `.eslintrc`. For

@@ -71,3 +71,3 @@ more details about how shareable configs work, see the

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.
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.

@@ -103,2 +103,3 @@ ###### Examples

* [AirBnB](https://github.com/airbnb/javascript) for sharing all of their config in [JavaScript Style Guide](https://github.com/airbnb/javascript)
* [Google](https://google.github.io/styleguide/javascriptguide.xml) for sharing their styleguide

@@ -105,0 +106,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