Fix linter errors; add domain; add unit test support
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
"no-consecutive-blank-lines": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"ordered-imports": false,
|
||||
"quotemark": [true, "single"]
|
||||
"quotemark": [true, "double"],
|
||||
"no-console": false,
|
||||
"trailing-comma": false,
|
||||
"arrow-parens": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user