mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Create .prettierrc.js
This commit is contained in:
parent
807fb1c9d4
commit
696b96f73b
1 changed files with 12 additions and 0 deletions
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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue