Skip to content

Commit 366bfa6

Browse files
committed
[eslint config] [base] v15.0.0
1 parent f3d3a07 commit 366bfa6

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
15.0.0 / 2021-11-08
2+
==================
3+
- [breaking] drop eslint < 7, add eslint 8 (#2495)
4+
- [breaking] add `exports`
5+
- [patch] Improve `function-paren-newline` with `multiline-arguments` option (#2471)
6+
- [patch] update default value for complexity (#2420)
7+
- [patch] add disabled `no-unsafe-optional-chaining` rule
8+
- [patch] arthmetic -> arithmetic (#2341)
9+
- [patch] fix spelling of "than" (#2333)
10+
- [patch] add `no-nonoctal-decimal-escape` rule
11+
- [patch] `import/no-extraneous-dependencies`: Add .eslintrc.js to devDeps (#2329)
12+
- [guide] Spread operator => Spread syntax (#2423)
13+
- [guide] add references for eslint rules (#2419)
14+
- [Docs] HTTP => HTTPS (#2489)
15+
- [readme] some updates
16+
- [meta] use `prepublishOnly` script for npm 7+
17+
- [deps] update `eslint-plugin-import`, `eslint-plugin-react`, `object.entries`
18+
- [dev deps] update `@babel/runtime`, ``tape`
19+
120
14.2.1 / 2020-11-06
221
==================
322
- [base] `no-restricted-globals`: add better messages (#2320)

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

0 commit comments

Comments
 (0)