mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
11 lines
277 B
JavaScript
11 lines
277 B
JavaScript
module.exports = {
|
|
// Change your rules accordingly to your coding style preferences.
|
|
// https://prettier.io/docs/en/options.html
|
|
semi: false,
|
|
trailingComma: 'es5',
|
|
singleQuote: true,
|
|
printWidth: 100,
|
|
tabWidth: 2,
|
|
useTabs: true,
|
|
plugins: ['prettier-plugin-tailwind']
|
|
} |