Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
feat(object-curly-newline): ✨Use object-curly-newline as multiline true
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaxy committed Jan 14, 2018
1 parent e4caad2 commit 1c284bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ module.exports = {
'import/prefer-default-export': ['off'],
// to use `await` to denote a value that is a thenable, the proformace issue should be taken care of by compiler
'no-return-await': ['off'],
'consistent-return': ['off']
'consistent-return': ['off'],
'object-curly-newline': ['error', { 'multiline': true }]
},
env: { 'browser': true },
parser: 'babel-eslint'
Expand Down

0 comments on commit 1c284bf

Please sign in to comment.