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

Commit

Permalink
style: Use 2 instead of error for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 29, 2017
1 parent b575b90 commit a4adc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
'babel/object-curly-spacing': 0,
'babel/semi': 0,
// Prettier plugin
'prettier/prettier': ['error', {printWidth: 120, singleQuote: true, trailingComma: 'es5', bracketSpacing: false}],
'prettier/prettier': [2, {printWidth: 120, singleQuote: true, trailingComma: 'es5', bracketSpacing: false}],
},
};

0 comments on commit a4adc6c

Please sign in to comment.