New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 7.0.1 to 7.1.0

configurations/walmart/es6-react-test.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## 7.1.0 (2015-10-28)
#### User Facing Changes
* Add walmart/es6-react-test.js
* Update docs for clarity
## 7.0.1 (2015-10-02)

@@ -2,0 +9,0 @@

2

package.json

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

"version" : "7.0.1",
"version" : "7.1.0",
"author" : "Eric Baer <me@ericbaer.com>",

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

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

- `defaults` - The [default](https://github.com/eslint/eslint/blob/master/conf/eslint.json) ESLint config
- `defaults` - The config [recommended](https://github.com/eslint/eslint/blob/master/conf/eslint.json) by ESLint
- `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](https://github.com/eslint/eslint/blob/master/conf/eslint.json) ESLint config
- `defaults/configurations/eslint` - The config [recommended](https://github.com/eslint/eslint/blob/master/conf/eslint.json) by ESLint
- `defaults/configurations/off` - Disable all rules (ESLint's default at 1.0.0+)

@@ -67,2 +67,4 @@ - `defaults/configurations/walmart/es5-browser` - Walmart ES5 + browser

**NOTE:** Extending multiple complete configs can cause unexpected results, if you need to do this you should consider a piecemeal config as explained below. See https://github.com/walmartlabs/eslint-config-defaults/issues/38 for details.
### Piecemeal Configurations

@@ -69,0 +71,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