| Current Path : /home/ataenra/www/ATA/INTRANET/Outils/Sign/ |
| Current File : /home/ataenra/www/ATA/INTRANET/Outils/Sign/prettier.config.js |
// https://prettier.io/docs/en/options.html
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: true,
trailingComma: 'all',
bracketSpacing: true,
arrowParens: 'always',
};