mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 06:18:00 -05:00
[eslint config] [base] v6.0.0
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
6.0.0 / 2016-09-06
|
||||
==================
|
||||
- [breaking] `valid-typeof`: enable `requireStringLiterals` option
|
||||
- [breaking] enable `class-methods-use-this`
|
||||
- [breaking] enable `symbol-description`
|
||||
- [breaking] enable `no-bitwise`
|
||||
- [breaking] enable `no-tabs`
|
||||
- [breaking] enable `func-call-spacing`
|
||||
- [breaking] enable `no-template-curly-in-string`
|
||||
- [patch] remove redundant `DebuggerStatement` from `no-restricted-syntax` (#1031)
|
||||
- [deps] update `eslint`, `eslint-find-rules`, `eslint-plugin-import`
|
||||
- Update `ecmaVersion` to `2016`
|
||||
|
||||
5.0.3 / 2016-08-21
|
||||
==================
|
||||
- [fix] correct `import/extensions` list (#1013)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-airbnb-base",
|
||||
"version": "5.0.3",
|
||||
"version": "6.0.0",
|
||||
"description": "Airbnb's base JS ESLint config, following our styleguide",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user