Socket
Socket
Sign inDemoInstall

eslint-config-airbnb

Package Overview
Dependencies
274
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.0 to 13.0.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

13.0.0 / 2016-11-06
==================
- [breaking] Enable `import/no-webpack-loader-syntax` rule (#1123)
- [patch] `class-methods-use-this`: exempt React `getChildContext` (#1094)
- [patch] set `react/no-unused-prop-types` skipShapeProps (#1099)
- [deps] [breaking] update `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-import`
- [dev deps] update `babel-preset-airbnb`, `eslint`, `eslint-find-rules`, `tape`, `safe-publish-latest`
- [Tests] on `node` `v7`
- [docs] ensure latest version of config is installed (#1121)
12.0.0 / 2016-09-24

@@ -2,0 +12,0 @@ ==================

28

package.json
{
"name": "eslint-config-airbnb",
"version": "12.0.0",
"version": "13.0.0",
"description": "Airbnb's ESLint config, following our styleguide",

@@ -48,22 +48,22 @@ "main": "index.js",

"dependencies": {
"eslint-config-airbnb-base": "^8.0.0"
"eslint-config-airbnb-base": "^10.0.0"
},
"devDependencies": {
"babel-preset-airbnb": "^2.1.0",
"babel-preset-airbnb": "^2.1.1",
"babel-tape-runner": "^2.0.1",
"eslint": "^3.6.0",
"eslint-find-rules": "^1.13.2",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"eslint": "^3.9.1",
"eslint-find-rules": "^1.14.3",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"in-publish": "^2.0.0",
"react": ">= 0.13.0",
"safe-publish-latest": "^1.1.0",
"tape": "^4.6.0"
"safe-publish-latest": "^1.1.1",
"tape": "^4.6.2"
},
"peerDependencies": {
"eslint": "^3.6.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-react": "^6.3.0"
"eslint": "^3.9.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-react": "^6.6.0"
},

@@ -70,0 +70,0 @@ "engines": {

@@ -19,3 +19,3 @@ # eslint-config-airbnb

export PKG=eslint-config-airbnb;
npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG"
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

@@ -22,0 +22,0 @@ ```

@@ -26,2 +26,3 @@ module.exports = {

'getDefaultProps',
'getChildContext',
'componentWillMount',

@@ -277,3 +278,3 @@ 'componentDidMount',

],
skipShapeProps: false,
skipShapeProps: true,
}],

@@ -280,0 +281,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc