mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 06:18:00 -05:00
[eslint config] [base] v9.0.0
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
9.0.0 / 2016-10-16
|
||||
==================
|
||||
- [breaking] Add `ForOfStatement` to `no-restricted-syntax` (#1122, #1134)
|
||||
- [breaking] enable `import/no-webpack-loader-syntax` (#1123)
|
||||
- [breaking] [deps] update `eslint` to `v3.8.0` (#1132)
|
||||
- [breaking] [deps] update `eslint-plugin-import` to v2 (#1101)
|
||||
- [patch] `new-cap`: add immutable.js exceptions
|
||||
- [docs] ensure latest version of config is installed
|
||||
- [dev deps] update `babel-preset-airbnb`, `eslint`, `eslint-find-rules`, `tape`, `safe-publish-latest`
|
||||
|
||||
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`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-airbnb-base",
|
||||
"version": "8.0.0",
|
||||
"version": "9.0.0",
|
||||
"description": "Airbnb's base JS ESLint config, following our styleguide",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user