parent
7faa5f1c9f
commit
a68eb2a011
41 changed files with 2350 additions and 800 deletions
9
prettier.config.cjs
Normal file
9
prettier.config.cjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/** @type {import('prettier').Config} */
|
||||
module.exports = {
|
||||
endOfLine: 'lf',
|
||||
semi: true,
|
||||
useTabs: false,
|
||||
singleQuote: true,
|
||||
tabWidth: 2,
|
||||
trailingComma: 'es5',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue