mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 00:28:25 -05:00
[eslint config] [base] v3.0.0
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
3.0.0 / 2016-05-07
|
||||
==================
|
||||
- [breaking] enable `import/no-mutable-exports`
|
||||
- [breaking] enable `no-class-assign` rule, to pair with `no-func-assign`
|
||||
- [breaking] widen `no-extra-parens` to include everything, except `nestedBinaryExpressions`
|
||||
- [breaking] Re-enabling `newline-per-chained-call` (#748)
|
||||
- [minor] enable `import/no-amd`
|
||||
- [patch] enable `import/no-duplicates`
|
||||
- [deps] update `eslint`, `eslint-plugin-import`, `eslint-find-rules`
|
||||
|
||||
2.0.0 / 2016-04-29
|
||||
==================
|
||||
- [breaking] enable `no-unsafe-finally` rule
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-airbnb-base",
|
||||
"version": "2.0.0",
|
||||
"version": "3.0.0",
|
||||
"description": "Airbnb's base JS ESLint config, following our styleguide",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user