naise-pos-android-mobile/.prettierrc.js

8 lines
141 B
JavaScript
Raw Normal View History

2022-11-27 19:26:04 +07:00
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};