mirror of
https://github.com/standardnotes/mobile.git
synced 2025-12-24 00:18:02 -05:00
* refactor: extend TS configs from snjs and update codebase * chore: run prettier * chore: prettier * chore: eslint * chore: make file and folder names uppercase * chore: make remaining file names pascal case * fix: update custom paths in tsconfig * fix: correct file name * fix: set print width to 100
5 lines
74 B
JSON
5 lines
74 B
JSON
{
|
|
"exclude": ["node_modules", "dist"],
|
|
"extends": "./tsconfig.json"
|
|
}
|