🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@airbnb/config-eslint

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airbnb/config-eslint - npm Package Compare versions

Comparing version

to
2.6.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

## 2.6.0 - 2020-02-26
#### 🚀 Updates
- Enable new rules. ([a284864](https://github.com/airbnb/nimbus/commit/a284864))
#### 📦 Dependencies
- **[beemo]** Update to latest. ([0dc98d9](https://github.com/airbnb/nimbus/commit/0dc98d9))
- **[eslint]** Update plugins to latest. ([3b37c4a](https://github.com/airbnb/nimbus/commit/3b37c4a))
**Note:** Version bump only for package @airbnb/config-eslint
### 2.5.2 - 2020-02-03

@@ -8,0 +25,0 @@

2

lib/presets/next.js

@@ -29,2 +29,3 @@ "use strict";

'no-useless-call': 'error',
'prefer-exponentiation-operator': 'error',
'prefer-regex-literals': 'warn',

@@ -151,3 +152,2 @@ 'require-atomic-updates': 'error',

'unicorn/prefer-event-key': 'error',
'unicorn/prefer-exponentiation-operator': 'error',
'unicorn/prefer-flat-map': 'error',

@@ -154,0 +154,0 @@ 'unicorn/prefer-includes': 'error',

@@ -91,10 +91,13 @@ "use strict";

'@typescript-eslint/no-throw-literal': 'warn',
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'warn',
'@typescript-eslint/no-unused-vars': ['error', noUnused],
'@typescript-eslint/no-use-before-define': 'error',
'@typescript-eslint/prefer-as-const': 'warn',
'@typescript-eslint/prefer-for-of': 'error',
'@typescript-eslint/prefer-namespace-keyword': 'error',
'@typescript-eslint/prefer-nullish-coalescing': 'warn',
'@typescript-eslint/prefer-nullish-coalescing': 'off',
'@typescript-eslint/prefer-optional-chain': 'warn',
'@typescript-eslint/promise-function-async': 'off',
'@typescript-eslint/require-await': 'error',
'@typescript-eslint/switch-exhaustiveness-check': 'warn',
'@typescript-eslint/triple-slash-reference': 'error',

@@ -101,0 +104,0 @@ '@typescript-eslint/type-annotation-spacing': 'error',

{
"name": "@airbnb/config-eslint",
"version": "2.5.2",
"version": "2.6.0",
"description": "Reusable ESLint config.",

@@ -21,21 +21,21 @@ "keywords": [

"dependencies": {
"@airbnb/nimbus-common": "^2.1.2",
"@beemo/core": "^1.1.2",
"@beemo/driver-eslint": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"@airbnb/nimbus-common": "^2.1.3",
"@beemo/core": "^1.1.4",
"@beemo/driver-eslint": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-unicorn": "^15.0.1"
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"eslint-plugin-unicorn": "^16.1.1"
},
"gitHead": "b65c84d6a8e9fb1cd0e83bae2355bab3685acfe2"
"gitHead": "8365848349293dda880567d5b53d3d89c061d923"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet