10000 [eslint config] [base] v14.0.0 · odongohcoder2019/javascript@b05573c · GitHub
[go: up one dir, main page]

Skip to content

Commit b05573c

Browse files
committed
[eslint config] [base] v14.0.0
1 parent e6f591f commit b05573c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

packages/eslint-config-airbnb-base/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
14.0.0 / 2019-08-09
2+
==================
3+
- [breaking] `no-self-assign`: enable `props` option
4+
- [breaking] enable `no-useless-catch`
5+
- [breaking] enable `max-classes-per-file`
6+
- [breaking] enable `no-misleading-character-class`
7+
- [breaking] enable `no-async-promise-executor`
8+
- [breaking] enable `prefer-object-spread`
9+
- [breaking] `func-name-matching`: enable `considerPropertyDescriptor` option
10+
- [breaking] `padded-blocks`: enable `allowSingleLineBlocks` option (#1255)
11+
- [breaking] `no-multiple-empty-lines`: Restrict empty lines at beginning of file (#2042)
12+
- [breaking] Set 'strict' to 'never' (#1962)
13+
- [breaking] legacy: Enable 'strict' (#1962)
14+
- [breaking] Simplifies `no-mixed-operators` (#1864)
15+
- [breaking] Require parens for arrow function args (#1863)
16+
- [breaking] add eslint v6, drop eslint v4
17+
- [patch] `camelcase`: enable ignoreDestructuring
18+
- [patch] Add markers to spaced-comment block for Flow types (#1966)
19+
- [patch] Do not prefer destructuring for object assignment expression (#1583)
20+
- [deps] update `confusing-browser-globals`, `eslint-plugin-import`, `tape`, `babel-preset-airbnb`
21+
- [dev deps] update babel-related deps to latest
22+
- [dev deps] update `eslint-find-rules`, `eslint-plugin-import`
23+
- [tests] only run tests in non-lint per-package travis job
24+
- [tests] use `eclint` instead of `editorconfig-tools`
25+
126
13.2.0 / 2019-07-01
227
==================
328
- [minor] Enforce dangling underscores in method names (#1907)

packages/eslint-config-airbnb-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb-base",
3-
"version": "13.2.0",
3+
"version": "14.0.0",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
0