mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 14:48:14 -05:00
[eslint config] [base] v12.0.0
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user