Skip to content

Commit

Permalink
app: Fix windows build due to eslint prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 26, 2020
1 parent a97bd5a commit e18033a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prettier.config.js
@@ -1,4 +1,4 @@
/*eslint-env node*/
/* eslint-env node*/
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: false,
Expand All @@ -9,4 +9,5 @@ module.exports = {
trailingComma: 'es5',
useTabs: false,
arrowParens: 'avoid',
endOfLine: 'auto',
};

0 comments on commit e18033a

Please sign in to comment.