chore: add no android.R tslint rule (#8033)

This commit is contained in:
Alexander Vakrilov
2019-11-07 13:19:20 +02:00
committed by Svetoslav
parent c0b372d7dc
commit eb960b7162
2 changed files with 5 additions and 0 deletions

View File

@@ -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,

View File

@@ -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",