mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
Initial commit in new repository
This commit is contained in:
commit
23c78f2c9c
15 changed files with 4048 additions and 0 deletions
23
tslint.json
Normal file
23
tslint.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"extends": [
|
||||
"tslint:latest",
|
||||
"tslint-config-prettier"
|
||||
],
|
||||
|
||||
"rules": {
|
||||
"no-var-requires": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"max-classes-per-file": [false],
|
||||
"prefer-conditional-expression": false,
|
||||
"prefer-object-spread": false,
|
||||
"forin": false,
|
||||
"member-access": false,
|
||||
"member-ordering": false,
|
||||
"variable-name": false,
|
||||
"ordered-imports": false,
|
||||
"curly": [true, "ignore-same-line"],
|
||||
"no-console": {
|
||||
"severity": "warning"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue