Ankilan/.prettierrc.js

8 lines
137 B
JavaScript
Raw Normal View History

module.exports = {
2020-03-11 03:31:37 +00:00
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
2020-04-01 13:16:29 +00:00
tabWidth: 2,
2020-03-11 03:31:37 +00:00
};