Skip to content

Commit afe3407

Browse files
committed
[eslint config] [base] v13.0.0
1 parent 8be089e commit afe3407

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
13.0.0 / 2018-06-21
2+
==================
3+
- [breaking] order of import statements is ignored for unassigned imports (#1782)
4+
- [breaking] enable `import/no-cycle`: warn on cyclical dependencies (#1779)
5+
- [breaking] Change import/no-self-import from "off" to "error" (#1770)
6+
- [breaking] Update `object-curly-newline` to match eslint 4.18.0 (#1761)
7+
- [breaking] enable `no-useless-path-segments` (#1743)
8+
- [breaking] Prevent line breaks before and after `=` (#1710)
9+
- [breaking] Add .mjs extension support (#1634)
10+
- [breaking] enable `implicit-arrow-linebreak`
11+
- [breaking] Enables `nonblock-statement-body-position` rule and adds link to guide (#1618)
12+
- [breaking] `no-mixed-operators`: only warn on `**` and `%` mixed with arithmetic operators; removes violation against mixing common math operators. (#1611)
13+
- [breaking] `import/named`: enable
14+
- [breaking] `lines-between-class-members`: set to “always”
15+
- [breaking] `no-else-return`: disallow else-if (#1595)
16+
- [breaking] Enables eslint rule for operator-linebreak
17+
- [new] Adds config entry point with only whitespace rules enabled (#1749, #1751)
18+
- [minor] only allow one newline at the end (#1794)
19+
- [patch] Adjust imports for vue-cli (#1809)
20+
- [patch] Allow devDependencies for `foo_spec.js` naming style (#1732)
21+
- [patch] `function-paren-newline`: change to "consistent"
22+
- [patch] avoid `__mocks__` `no-extraneous-dependencies` check (#1772)
23+
- [patch] Include 'accumulator' exception for `no-param-reassign` (#1768)
24+
- [patch] Set import/extensions to ignorePackages (#1652)
25+
- [patch] properly ignore indentation on jsx
26+
- [patch] `array-callback-return`: enable `allowImplicit` option (#1668)
27+
- [deps] update `eslint`, `eslint-plugin-import`
28+
- [dev deps] update `babel-preset-airbnb`, `tape`, `eslint-find-rules`
29+
- [meta] add ES2015-2018 in npm package keywords (#1587)
30+
- [meta] Add licenses to sub packages (#1746)
31+
- [docs] add `npx` shortcut (#1694)
32+
- [docs] Use HTTPS for links to ESLint documentation (#1628)
33+
- [tests] ensure all entry points parse
34+
135
12.1.0 / 2017-10-16
236
==================
337
- [deps] update `eslint` to `v4.9`

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

0 commit comments

Comments
 (0)