Skip to content

Commit 3398610

Browse files
committed
[eslint config] [base] v4.0.0
1 parent b3a02ae commit 3398610

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
4.0.0 / 2016-07-02
2+
==================
3+
- [breaking] [deps] update `eslint` to v3; drop support for < node 4
4+
- [breaking] enable `rest-spread-spacing` rule
5+
- [breaking] enable `no-mixed-operators` rule
6+
- [breaking] enable `import` rules: `no-named-as-default`, `no-named-as-default-member`, `no-extraneous-dependencies`
7+
- [breaking] enable `object-property-newline` rule
8+
- [breaking] enable `no-prototype-builtins` rule
9+
- [breaking] enable `no-useless-rename` rule
10+
- [breaking] enable `unicode-bom` rule
11+
- [breaking] Enforce proper generator star spacing (#887)
12+
- [breaking] Enable imports/imports-first rule (#882)
13+
- [breaking] re-order rules; put import rules in separate file (#881)
14+
- [patch] `newline-per-chained-call`: bump the limit to 4
15+
- [patch] `object-shorthand`: do not warn when the concise form would have a string literal as a name
16+
- [patch] Loosen `prefer-const` to not warn when the variable is “read” before being assigned to
17+
- [refactor] fix quoting of rule properties (#885)
18+
- [refactor] `quotes`: Use object option form rather than deprecated string form.
19+
- [deps] update `eslint`, `eslint-plugin-import`, `eslint-find-rules`, `tape`
20+
- [tests] Only run `eslint-find-rules` on prepublish, not in tests
21+
122
3.0.1 / 2016-05-08
223
==================
324
- [patch] re-disable `no-extra-parens` (#869, #867)

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

0 commit comments

Comments
 (0)