mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update prettier.config.js
This commit is contained in:
+7
-2
@@ -1,6 +1,11 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
semi: false,
|
semi: true,
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
printWidth: 170,
|
printWidth: 170,
|
||||||
bracketSpacing: false,
|
bracketSpacing: true,
|
||||||
|
tabWidth: 2,
|
||||||
|
trailingComma: 'all',
|
||||||
|
jsxSingleQuote: true,
|
||||||
|
arrowParens: 'always',
|
||||||
|
useTabs: true,
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user