mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 22:38:08 -05:00
[eslint-config] [base] v13.2.0
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
13.2.0 / 2019-07-01
|
||||
==================
|
||||
- [minor] Enforce dangling underscores in method names (#1907)
|
||||
- [fix] disable `no-var` in legacy entry point
|
||||
- [patch] Ignore property modifications of `staticContext` params (#2029)
|
||||
- [patch] `no-extraneous-dependencies`: Add jest.setup.js to devDeps (#1998)
|
||||
- [meta] add disabled `prefer-named-capture-group` rule
|
||||
- [meta] add disabled `no-useless-catch` config
|
||||
- [deps] Switch to confusing-browser-globals (#1961)
|
||||
- [deps] update `object.entries`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `tape`
|
||||
- [docs] correct JavaScript capitalization (#2046)
|
||||
- [readme] Improve eslint config setup instructions for yarn (#2001)
|
||||
- [docs] fix docs for whitespace config (#1914, #1871)
|
||||
|
||||
13.1.0 / 2018-08-13
|
||||
==================
|
||||
- [new] add eslint v5 support (#1834)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-airbnb-base",
|
||||
"version": "13.1.0",
|
||||
"version": "13.2.0",
|
||||
"description": "Airbnb's base JS ESLint config, following our styleguide",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user