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+
193.1.0 / 2016-01-07
210==================
311 - [ minor] Allow multiple stateless components in a single file
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-airbnb" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 4.0 .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