[eslint config] [base] v8.0.0

This commit is contained in:
Jordan Harband
2016-09-24 12:31:53 -07:00
parent f6dab799b8
commit 0157e69a0d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
8.0.0 / 2016-09-24
==================
- [breaking] enable rules: `no-restricted-properties`, `prefer-numeric-literals`, `lines-around-directive`, `import/extensions`, `import/no-absolute-path`, `import/no-dynamic-require`
7.2.0 / 2016-09-23
==================
- [new] set `ecmaVersion` to 2017; enable object rest/spread; update `babel-preset-airbnb`

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
"version": "7.2.0",
"version": "8.0.0",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {