chore(readme.md eslintrc.js pre-commit prepare-commit-msg): update README.md add eslint commit rules

This commit is contained in:
2024-01-30 17:53:08 +01:00
parent 031d729af0
commit 007d9c4f98
19 changed files with 3873 additions and 196 deletions

View File

@@ -1,7 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 80
"printWidth": 70,
"useTabs": false
}