lev-stake-sol/prettier.config.js

7 lines
125 B
JavaScript
Raw Permalink Normal View History

2023-09-12 17:37:41 -07:00
module.exports = {
plugins: ['prettier-plugin-tailwindcss'],
semi: false,
singleQuote: true,
trailingComma: 'all',
}