Spaces:
Running
Running
/** @type {import("prettier").Config} */ | |
const config = { | |
printWidth: 80, | |
trailingComma: 'all', | |
endOfLine: 'auto', | |
singleQuote: true, | |
tabWidth: 2, | |
semi: true, | |
}; | |
module.exports = config; | |