UNPKG

trident-beta

Version:

trident is a sample and lightly tools aims to improve collaboration efficiency between SDET and QA based on initiative from Einstein/TestIT.

18 lines (17 loc) 301 B
{ "extends": [ "tslint:latest", "tslint-config-prettier" ], "rules": { "prefer-conditional-expression": false, "object-literal-sort-keys": false, "ordered-imports": false, "no-console": false }, "linterOptions": { "exclude": [ "src/parser/*.js" ] } }