File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ 4.0.0 / 2016-01-22
2
+ ==================
3
+ - [ breaking] require outer IIFE wrapping; flesh out guide section
4
+ - [ minor] Add missing ` arrow-body-style ` , ` prefer-template ` rules (#678 )
5
+ - [ minor] Add ` prefer-arrow-callback ` to ES6 rules (to match the guide) (#677 )
6
+ - [ Tests] run ` npm run lint ` as part of tests; fix errors
7
+ - [ Tests] use ` parallelshell ` to parallelize npm run-scripts
8
+
1
9
3.1.0 / 2016-01-07
2
10
==================
3
11
- [ minor] Allow multiple stateless components in a single file
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-airbnb" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 4.0 .0" ,
4
4
"description" : " Airbnb's ESLint config, following our styleguide" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments