mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Create .prettierrc.js
This commit is contained in:
12
.prettierrc.js
Normal file
12
.prettierrc.js
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
module.exports = {
|
||||||
|
tabWidth: 2,
|
||||||
|
useTabs: false,
|
||||||
|
endOfLine: 'lf',
|
||||||
|
semi: false,
|
||||||
|
singleQuote: true,
|
||||||
|
printWidth: 100,
|
||||||
|
trailingComma: 'none',
|
||||||
|
bracketSpacing: true,
|
||||||
|
singleAttributePerLine: false,
|
||||||
|
arrowParens: 'avoid'
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user