mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-07 02:18:36 +00:00
Initial commit
This commit is contained in:
12
.prettierrc.js
Normal file
12
.prettierrc.js
Normal file
@ -0,0 +1,12 @@
|
||||
/** @type {import("prettier").Config} */
|
||||
|
||||
const config = {
|
||||
printWidth: 80,
|
||||
trailingComma: 'all',
|
||||
endOfLine: 'auto',
|
||||
singleQuote: true,
|
||||
tabWidth: 2,
|
||||
semi: true,
|
||||
};
|
||||
|
||||
module.exports = config;
|
Reference in New Issue
Block a user