mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] v18.1.0
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
18.1.0 / 2020-03-12
|
||||
==================
|
||||
- [minor] Support eslint-plugin-react-hooks@2 (#2090)
|
||||
- [minor] add new disabled rules, update eslint
|
||||
- [fix] `whitespace`: only set erroring rules to "warn"
|
||||
- [patch] Remove duplicate `componentDidCatch` (#2108)
|
||||
- [patch] Add `static-variables` to `sort-comp` rule (#2109)
|
||||
- [readme] clarify hooks section in readme (#2074)
|
||||
- [deps] update `eslint`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `object.entries`
|
||||
- [dev deps] update `@babel/runtime`, `babel-preset-airbnb`, `safe-publish-latest`, `tape`
|
||||
- [tests] re-enable eslint rule `prefer-destructuring` internally (#2110)
|
||||
- [tests] fix eslint errors from c66cfc3 (#2112)
|
||||
|
||||
18.0.1 / 2019-08-13
|
||||
==================
|
||||
- [patch] `react/state-in-constructor`: fix incorrect configuration
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-airbnb",
|
||||
"version": "18.0.1",
|
||||
"version": "18.1.0",
|
||||
"description": "Airbnb's ESLint config, following our styleguide",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user