initial commit
This commit is contained in:
parent
d708bfce70
commit
b272268f79
13 changed files with 217 additions and 6 deletions
8
utils/linter-config/.prettierrc.js
Normal file
8
utils/linter-config/.prettierrc.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
trailingComma: 'none',
|
||||
tabWidth: 2,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
printWidth: 80,
|
||||
arrowParens: 'avoid'
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue