mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 01:18:18 +00:00
Project Initialization
This commit is contained in:
10
packages/config/prettier-config/index.js
Normal file
10
packages/config/prettier-config/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/** @type {import('prettier').Config} */
|
||||
module.exports = {
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
printWidth: 100,
|
||||
tabWidth: 2,
|
||||
arrowParens: 'always',
|
||||
endOfLine: 'lf',
|
||||
};
|
||||
Reference in New Issue
Block a user