chore: Nx 15.6, jest latest and TypeScript 4.9 (#10191)

This commit is contained in:
Nathan Walker
2023-01-30 19:17:49 -08:00
committed by GitHub
parent 50dec8c151
commit 497b2d737e
11 changed files with 59 additions and 77 deletions

View File

@@ -6,10 +6,11 @@
//}
android {
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion "33.0.0"
defaultConfig {
minSdkVersion 19
targetSdkVersion 31
minSdkVersion 23
targetSdkVersion 33
generatedDensities = []
}
aaptOptions {

View File

@@ -1,14 +1,5 @@
# NativeScript Modules Coding Convention
## Linting
We use [TSLint](https://palantir.github.io/tslint/) for linting. Rules are defined in `build/tslint.json`.
Run the tslint from the root of the repo with:
```bash
npm run tslint
```
## Tabs vs Spaces
Use 4 spaces indentation.