We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b372d commit eb960b7Copy full SHA for eb960b7
build/tslint.json
@@ -1,4 +1,7 @@
1
{
2
+ "rulesDirectory": [
3
+ "@nativescript/tslint-rules"
4
+ ],
5
"rules": {
6
"arrow-return-shorthand": true,
7
"class-name": true,
@@ -9,6 +12,7 @@
9
12
"jsdoc-format": false,
10
13
"max-line-length": [false, 120],
11
14
"newline-before-return": true,
15
+ "no-android-resources": true,
16
"no-arg": true,
17
"no-bitwise": false,
18
"no-consecutive-blank-lines": true,
package.json
@@ -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",
0 commit comments