Skip to content

Commit

Permalink
Merge pull request airbnb#528 from airbnb/jake/release-eslint-0.1.0
Browse files Browse the repository at this point in the history
prepare eslint-config-airbnb v0.1.0
  • Loading branch information
justjake committed Sep 28, 2015
2 parents cd082f4 + e65c6af commit 4268bba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/eslint-config-airbnb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ You can make sure this module lints with itself using `npm run lint`.

## Changelog

### 0.1.0

- switch to modular rules files courtesy the [eslint-config-default][ecd]
project and [@taion][taion]. [PR][pr-modular]
- export `eslint-config-airbnb/legacy` for ES5-only users.
`eslint-config-airbnb/legacy` does not require the `babel-eslint` parser.
[PR][pr-legacy]

[ecd]: https://github.com/walmartlabs/eslint-config-defaults
[taion]: https://github.com/taion
[pr-modular]: https://github.com/airbnb/javascript/pull/526
[pr-legacy]: https://github.com/airbnb/javascript/pull/527

### 0.0.9

- add rule no-undef
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "0.0.9",
"version": "0.1.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4268bba

Please sign in to comment.