Initialize repo
This commit is contained in:
10
prettier.config.js
Normal file
10
prettier.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @see https://prettier.io/docs/en/configuration.html
|
||||
* @type {import('prettier').Config}
|
||||
*/
|
||||
export default {
|
||||
semi: false,
|
||||
tabWidth: 4,
|
||||
singleQuote: true,
|
||||
trailingComma: 'none'
|
||||
}
|
||||
Reference in New Issue
Block a user