mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-20 07:26:45 +00:00
feat(formatting): add .prettierignire, .prettierrc + update packageer files
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# All files/folders to be ignored by Prettier
|
||||
|
||||
# Ignore all markdown files as these are broken by formatting (working on a fix for this)
|
||||
*.md
|
||||
|
||||
# I have included everything in this document, just comment files & directories
|
||||
# you wish to have formatted - remove the hash from the line you wish to un-ingore
|
||||
|
||||
#.github/
|
||||
#domains/
|
||||
#mesia/
|
||||
#node_modules/
|
||||
#scripts/
|
||||
#tests/
|
||||
#utils/
|
||||
|
||||
#.env.example
|
||||
#.envrc
|
||||
#.eslintrc.json
|
||||
#.gitignore
|
||||
#.prettierrc
|
||||
#bun.lockb
|
||||
#default.nix
|
||||
#docker-compose.yml
|
||||
#Dockerfile
|
||||
#LICENSE
|
||||
#package-lock.json
|
||||
#package.json
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"useTabs": false,
|
||||
"tabWidth": 2
|
||||
}
|
||||
Generated
+2579
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -22,6 +22,7 @@
|
||||
"devDependencies": {
|
||||
"eslint": "^7.11.0",
|
||||
"eslint-plugin-json": "^2.1.2",
|
||||
"eslint-plugin-node": "^11.1.0"
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"prettier": "3.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user