Skip to content

Commit

Permalink
[eslint config] [base] v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 17, 2016
1 parent a1ca49b commit d7d50bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/eslint-config-airbnb-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

1 comment on commit d7d50bc

@SimenB
Copy link
Contributor

@SimenB SimenB commented on d7d50bc Oct 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.