mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
npm scripts for typechecking public .d.ts-es and running tslint (#2934)
* npm scripts for typechecking public .d.ts-es and running tslint * Update test.ts
This commit is contained in:
committed by
Vladimir Enchev
parent
fd23197851
commit
05cd636fc8
@@ -4,7 +4,7 @@
|
||||
"curly": true,
|
||||
"forin": false,
|
||||
"indent": true,
|
||||
"jsdoc-format": true,
|
||||
"jsdoc-format": false,
|
||||
"max-line-length": [false, 120],
|
||||
"no-arg": true,
|
||||
"no-consecutive-blank-lines": true,
|
||||
|
||||
Reference in New Issue
Block a user