Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b31efc

Browse files
committed
[eslint config] [base] v3.0.0
1 parent 92a3d55 commit 1b31efc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.0.0 / 2016-05-07
2+
==================
3+
- [breaking] enable `import/no-mutable-exports`
4+
- [breaking] enable `no-class-assign` rule, to pair with `no-func-assign`
5+
- [breaking] widen `no-extra-parens` to include everything, except `nestedBinaryExpressions`
6+
- [breaking] Re-enabling `newline-per-chained-call` (#748)
7+
- [minor] enable `import/no-amd`
8+
- [patch] enable `import/no-duplicates`
9+
- [deps] update `eslint`, `eslint-plugin-import`, `eslint-find-rules`
10+
111
2.0.0 / 2016-04-29
212
==================
313
- [breaking] enable `no-unsafe-finally` rule

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

0 commit comments

Comments
 (0)