SmartStopAPK/.prettierrc.js

8 lines
141 B
JavaScript
Raw Permalink Normal View History

2023-11-08 20:37:01 -03:00
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};