Project Initialization

This commit is contained in:
Muluhabt
2026-05-12 15:17:16 +03:00
parent 33fa742e8a
commit 3b8b6979db
259 changed files with 15962 additions and 0 deletions

View 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',
};

View File

@@ -0,0 +1,6 @@
{
"name": "@edr/prettier-config",
"version": "0.0.0",
"private": true,
"main": "index.js"
}