Skip to content

Commit e52f41c

Browse files
committed
[eslint config] [base] v6.0.0
1 parent 9750f42 commit e52f41c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/eslint-config-airbnb-base/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
6.0.0 / 2016-09-06
2+
==================
3+
- [breaking] `valid-typeof`: enable `requireStringLiterals` option
4+
- [breaking] enable `class-methods-use-this`
5+
- [breaking] enable `symbol-description`
6+
- [breaking] enable `no-bitwise`
7+
- [breaking] enable `no-tabs`
8+
- [breaking] enable `func-call-spacing`
9+
- [breaking] enable `no-template-curly-in-string`
10+
- [patch] remove redundant `DebuggerStatement` from `no-restricted-syntax` (#1031)
11+
- [deps] update `eslint`, `eslint-find-rules`, `eslint-plugin-import`
12+
- Update `ecmaVersion` to `2016`
13+
114
5.0.3 / 2016-08-21
215
==================
316
- [fix] correct `import/extensions` list (#1013)

packages/eslint-config-airbnb-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb-base",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)