Skip to content

Commit e65c6af

Browse files
author
Jake Teton-Landis
committed
eslint-config-airbnb v0.1.0
1 parent cd082f4 commit e65c6af

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/eslint-config-airbnb/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,19 @@ You can make sure this module lints with itself using `npm run lint`.
4444

4545
## Changelog
4646

47+
### 0.1.0
48+
49+
- switch to modular rules files courtesy the [eslint-config-default][ecd]
50+
project and [@taion][taion]. [PR][pr-modular]
51+
- export `eslint-config-airbnb/legacy` for ES5-only users.
52+
`eslint-config-airbnb/legacy` does not require the `babel-eslint` parser.
53+
[PR][pr-legacy]
54+
55+
[ecd]: https://github.com/walmartlabs/eslint-config-defaults
56+
[taion]: https://github.com/taion
57+
[pr-modular]: https://github.com/airbnb/javascript/pull/526
58+
[pr-legacy]: https://github.com/airbnb/javascript/pull/527
59+
4760
### 0.0.9
4861

4962
- add rule no-undef

packages/eslint-config-airbnb/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",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)