File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,16 @@ You can make sure this module lints with itself using `npm run lint`.
4444
4545## Changelog
4646
47+ ### 1.0.0
48+ - require ` eslint ` ` v1.0.0 ` or higher
49+ - removes ` babel-eslint ` dependency
50+
51+ ### 0.1.1
52+ - remove id-length rule (#569 )
53+ - enable ` no-mixed-spaces-and-tabs ` (#539 )
54+ - enable ` no-const-assign ` (#560 )
55+ - enable ` space-before-keywords ` (#554 )
56+
4757### 0.1.0
4858
4959- switch to modular rules files courtesy the [ eslint-config-default] [ ecd ]
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-airbnb" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " Airbnb's ESLint config, following our styleguide" ,
55 "main" : " index.js" ,
66 "scripts" : {
2020 " styleguide"
2121 ],
2222 "author" : " Jake Teton-Landis (https://twitter.com/@jitl)" ,
23+ "contributors" : [
24+ {
25+ "name" : " Jake Teton-Landis" ,
26+ "url" : " https://twitter.com/jitl"
27+ },
28+ {
29+ "name" : " Jordan Harband" ,
30+ "email" : " ljharb@gmail.com" ,
31+ "url" : " http://ljharb.codes"
32+ }
33+ ],
2334 "license" : " MIT" ,
2435 "bugs" : {
2536 "url" : " https://github.com/airbnb/javascript/issues"
You can’t perform that action at this time.
0 commit comments