Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed May 31, 2019
1 parent 9e60f2a commit ed5aa14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/commands/basic/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ const addToScripts = utility => {
utility !== 'prettier-eslint' &&
utility !== 'none'
) {
fileToBeWritten['scripts'][
'lint'
] = utility;
fileToBeWritten['scripts']['lint'] = utility;
} else {
fileToBeWritten['scripts']['prettify'] =
"prettier --single-quote --write '**/*.js'";
Expand Down

0 comments on commit ed5aa14

Please sign in to comment.