mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: add no android.R tslint rule (#8033)
This commit is contained in:
committed by
Svetoslav
parent
c0b372d7dc
commit
eb960b7162
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"rulesDirectory": [
|
||||
"@nativescript/tslint-rules"
|
||||
],
|
||||
"rules": {
|
||||
"arrow-return-shorthand": true,
|
||||
"class-name": true,
|
||||
@@ -9,6 +12,7 @@
|
||||
"jsdoc-format": false,
|
||||
"max-line-length": [false, 120],
|
||||
"newline-before-return": true,
|
||||
"no-android-resources": true,
|
||||
"no-arg": true,
|
||||
"no-bitwise": false,
|
||||
"no-consecutive-blank-lines": true,
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "^7.5.0",
|
||||
"@nativescript/tslint-rules": "0.0.5",
|
||||
"@types/chai": "^4.0.4",
|
||||
"@types/mocha": "^2.2.42",
|
||||
"@types/node": "~10.12.18",
|
||||
|
||||
Reference in New Issue
Block a user