manifold/docs2/prettier.config.js

6 lines
110 B
JavaScript
Raw Normal View History

2022-06-25 20:07:11 +00:00
module.exports = {
singleQuote: true,
semi: false,
plugins: [require('prettier-plugin-tailwindcss')],
}