File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11. *
22AUTHORS.md
3+ CHANGES.md
34CONTRIBUTING.md
45README.md
Original file line number Diff line number Diff line change 1+ ## Version 0.1.1, 2017.05.01
2+
3+ * Fix bug with missing comma after ` sort-keys ` rule
4+
5+ ## Version 0.1.0, 2017.05.01
6+
7+ * Initial release
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ module.exports = {
280280 'error' ,
281281 'always'
282282 ] ,
283- 'sort-keys' : 'off'
283+ 'sort-keys' : 'off' ,
284284 'sort-vars' : 'off' ,
285285 'space-before-blocks' : 'error' ,
286286 'space-before-function-paren' : [
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-notninja" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Standard ESLint configurations for !ninja packages" ,
55 "homepage" : " https://github.com/NotNinja/eslint-config-notninja" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments