mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-17 00:56:01 +00:00
Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
19
templates/asset-pack-template/tslint.json
Normal file
19
templates/asset-pack-template/tslint.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"rules": {
|
||||
"curly": true,
|
||||
"triple-equals": true,
|
||||
"semicolon": [true, "always"],
|
||||
"no-var-keyword": true,
|
||||
"no-unused-expression": true,
|
||||
"no-empty": true,
|
||||
"jsdoc-format": true,
|
||||
"no-duplicate-variable": true,
|
||||
"no-debugger": true,
|
||||
"member-ordering": [
|
||||
true,
|
||||
"public-before-private",
|
||||
"static-before-instance",
|
||||
"variables-before-functions"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user