mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
refactor: migrate backend to Typescript + other modernization
This commit is contained in:
+9
-1
@@ -5,5 +5,13 @@
|
||||
"trailingComma": "none",
|
||||
"bracketSameLine": true,
|
||||
"endOfLine": "lf",
|
||||
"insertFinalNewline": true
|
||||
"insertFinalNewline": true,
|
||||
"ignorePatterns": [
|
||||
"**/node_modules/**",
|
||||
"backend/db/migrations/**",
|
||||
"backend/locales/**",
|
||||
"blocks/compiled/**",
|
||||
"assets/**",
|
||||
"frontend/dist/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user