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

Skip to content

Commit 1f5ca4c

Browse files
committed
[eslint config] [base] v12.0.0
1 parent 63d1ae1 commit 1f5ca4c

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+
12.0.0 / 2017-09-02
2+
==================
3+
- [deps] [breaking] require `eslint` v4
4+
- enable `function-paren-newline`, `for-direction`, `getter-return`, `no-compare-neg-zero`, `semi-style`, `object-curly-newline`, `no-buffer-constructor`, `no-restricted-globals`, `switch-colon-spacing`, `template-tag-spacing`, `prefer-promise-reject-errors`, `prefer-restructuring`
5+
- improve `indent`, `no-multi-spaces`, `no-trailing-spaces`, `no-underscore-dangle`
6+
- [breaking] move `comma-dangle` to Stylistic Issues (#1514)
7+
- [breaking] Rules prohibiting global isNaN, isFinite (#1477)
8+
- [patch] also disallow padding in classes and switches (#1403)
9+
- [patch] support Protractor config files in import/no-extraneous-dependencies (#1543)
10+
111
11.3.2 / 2017-08-22
212
==================
313
- [patch] Add jest.config.js to import/no-extraneous-dependencies devDeps (#1522)

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

0 commit comments

Comments
 (0)