Ankilan/.prettierrc.js

6 lines
125 B
JavaScript
Raw Normal View History

module.exports = {
2020-03-10 04:22:42 +00:00
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: "all"
}