Ankilan/.prettierrc.js

7 lines
120 B
JavaScript
Raw Normal View History

module.exports = {
2020-03-11 03:31:37 +00:00
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};