File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments