File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
packages/eslint-config-airbnb-base Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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+
12014.2.1 / 2020-11-06
221==================
322 - [ base] ` no-restricted-globals ` : add better messages (#2320 )
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments