Skip to content

Commit

Permalink
[eslint config] [base] v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 2, 2017
1 parent 63d1ae1 commit 1f5ca4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/eslint-config-airbnb-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
12.0.0 / 2017-09-02
==================
- [deps] [breaking] require `eslint` v4
- 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`
- improve `indent`, `no-multi-spaces`, `no-trailing-spaces`, `no-underscore-dangle`
- [breaking] move `comma-dangle` to Stylistic Issues (#1514)
- [breaking] Rules prohibiting global isNaN, isFinite (#1477)
- [patch] also disallow padding in classes and switches (#1403)
- [patch] support Protractor config files in import/no-extraneous-dependencies (#1543)

11.3.2 / 2017-08-22
==================
- [patch] Add jest.config.js to import/no-extraneous-dependencies devDeps (#1522)
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
"version": "11.3.2",
"version": "12.0.0",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1f5ca4c

Please sign in to comment.