Skip to content

Commit c75b66d

Browse files
committed
[eslint config] [base] v14.1.0
1 parent e279b6d commit c75b66d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
14.1.0 / 2020-03-12
2+
==================
3+
- [minor] add new disabled rules, update eslint
4+
- [minor] enable `import/no-useless-path-segments` for commonjs (#2113)
5+
- [fix] `whitespace`: only set erroring rules to "warn"
6+
- Fix indentation with JSX Fragments (#2157)
7+
- [patch] `import/no-extraneous-dependencies`: Support karma config files (#2121)
8+
- [readme] normalize multiline word according to merriam-webster (#2138)
9+
- [deps] update `eslint`, `eslint-plugin-import`, `eslint-plugin-react`, `object.entries`, `confusing-browser-globals`
10+
- [dev deps] update `@babel/runtime`, `babel-preset-airbnb`, `safe-publish-latest`, `tape`
11+
- [tests] re-enable eslint rule `prefer-destructuring` internally (#2110)
12+
113
14.0.0 / 2019-08-09
214
==================
315
- [breaking] `no-self-assign`: enable `props` option

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": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)