* part of #80, support mask input options * close #188 enhance sampling options Use a more general sampling strategy interface to describe the configuration of sampling events collection. Implemented mousmove, mouse interaction, scroll and input sampling strategy.
25 lines
558 B
JSON
25 lines
558 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": ["tslint:recommended"],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"no-any": true,
|
|
"quotemark": [true, "single"],
|
|
"ordered-imports": false,
|
|
"object-literal-sort-keys": false,
|
|
"no-unused-variable": true,
|
|
"object-literal-key-quotes": false,
|
|
"variable-name": [
|
|
true,
|
|
"ban-keywords",
|
|
"check-format",
|
|
"allow-leading-underscore"
|
|
],
|
|
"arrow-parens": false,
|
|
"only-arrow-functions": false,
|
|
"max-line-length": false,
|
|
"no-empty": false
|
|
},
|
|
"rulesDirectory": []
|
|
}
|