Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4268bba

Browse filesBrowse files
committed
Merge pull request airbnb#528 from airbnb/jake/release-eslint-0.1.0
prepare eslint-config-airbnb v0.1.0
2 parents cd082f4 + e65c6af commit 4268bba
Copy full SHA for 4268bba

File tree

Expand file treeCollapse file tree

2 files changed

+14
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+14
-1
lines changed
Open diff view settings
Collapse file

‎packages/eslint-config-airbnb/README.md‎

Copy file name to clipboardExpand all lines: packages/eslint-config-airbnb/README.md
+13Lines changed: 13 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎packages/eslint-config-airbnb/package.json‎

Copy file name to clipboardExpand all lines: packages/eslint-config-airbnb/package.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.