[eslint config] [base] v6.0.0

This commit is contained in:
Jordan Harband
2016-09-06 10:56:02 -07:00
parent 9750f4261c
commit e52f41c9cc
2 changed files with 14 additions and 1 deletions

View File

@@ -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)

View File

@@ -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": {