Skip to content

Commit

Permalink
feat: relaxed rules a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 12, 2018
1 parent 06e5aa7 commit a3a4f5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ module.exports = {
'unicorn',
],
rules: {
'capitalized-comments': 0,
'comma-dangle': ['error', 'always-multiline'],
semi: ['error', 'never'],
curly: 0,
quotes: ['error', 'single'],
semi: ['error', 'never'],
},
}

0 comments on commit a3a4f5d

Please sign in to comment.