Skip to content

Commit

Permalink
[eslint config] [base] v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 10, 2019
1 parent e6f591f commit b05573c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions packages/eslint-config-airbnb-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
14.0.0 / 2019-08-09
==================
- [breaking] `no-self-assign`: enable `props` option
- [breaking] enable `no-useless-catch`
- [breaking] enable `max-classes-per-file`
- [breaking] enable `no-misleading-character-class`
- [breaking] enable `no-async-promise-executor`
- [breaking] enable `prefer-object-spread`
- [breaking] `func-name-matching`: enable `considerPropertyDescriptor` option
- [breaking] `padded-blocks`: enable `allowSingleLineBlocks` option (#1255)
- [breaking] `no-multiple-empty-lines`: Restrict empty lines at beginning of file (#2042)
- [breaking] Set 'strict' to 'never' (#1962)
- [breaking] legacy: Enable 'strict' (#1962)
- [breaking] Simplifies `no-mixed-operators` (#1864)
- [breaking] Require parens for arrow function args (#1863)
- [breaking] add eslint v6, drop eslint v4
- [patch] `camelcase`: enable ignoreDestructuring
- [patch] Add markers to spaced-comment block for Flow types (#1966)
- [patch] Do not prefer destructuring for object assignment expression (#1583)
- [deps] update `confusing-browser-globals`, `eslint-plugin-import`, `tape`, `babel-preset-airbnb`
- [dev deps] update babel-related deps to latest
- [dev deps] update `eslint-find-rules`, `eslint-plugin-import`
- [tests] only run tests in non-lint per-package travis job
- [tests] use `eclint` instead of `editorconfig-tools`

13.2.0 / 2019-07-01
==================
- [minor] Enforce dangling underscores in method names (#1907)
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
"version": "13.2.0",
"version": "14.0.0",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b05573c

Please sign in to comment.