mirror of
https://github.com/iptv-org/database.git
synced 2024-11-13 15:32:30 -05:00
Create .prettierrc.js
This commit is contained in:
parent
b3bd3dcc21
commit
f654a752d3
1 changed files with 10 additions and 0 deletions
10
.prettierrc.js
Normal file
10
.prettierrc.js
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
module.exports = {
|
||||||
|
tabWidth: 2,
|
||||||
|
useTabs: false,
|
||||||
|
endOfLine: 'lf',
|
||||||
|
semi: false,
|
||||||
|
singleQuote: true,
|
||||||
|
printWidth: 100,
|
||||||
|
trailingComma: 'none',
|
||||||
|
arrowParens: 'avoid'
|
||||||
|
}
|
Loading…
Reference in a new issue