Skip to content

Commit

Permalink
Removed deprecated jsxBracketSameLine
Browse files Browse the repository at this point in the history
  • Loading branch information
IronTony committed Sep 17, 2021
1 parent c9adab5 commit ca983a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module.exports = {
semi: true,
trailingComma: "all",
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 2,
bracketSpacing: true,
jsxBracketSameLine: false,
};
};

0 comments on commit ca983a1

Please sign in to comment.