mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: Nx 15.6, jest latest and TypeScript 4.9 (#10191)
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
//}
|
||||
|
||||
android {
|
||||
compileSdkVersion 31
|
||||
compileSdkVersion 33
|
||||
buildToolsVersion "33.0.0"
|
||||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 31
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 33
|
||||
generatedDensities = []
|
||||
}
|
||||
aaptOptions {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user