Files
mobile/linter.tsconfig.json
Vardan Hakobyan 32a5c0dcda chore: lint codebase according to @standardnotes/config (#594)
* 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
2022-04-20 19:06:35 +04:00

5 lines
74 B
JSON

{
"exclude": ["node_modules", "dist"],
"extends": "./tsconfig.json"
}