summit/frontend/node_modules/webgl-constants/tslint.json

13 lines
321 B
JSON

{
"defaultSeverity": "error",
"extends": ["tslint:recommended", "tslint-config-prettier"],
"jsRules": {},
"rules": {
"no-bitwise": false,
"no-console": false,
"trailing-comma": true,
"typedef": [true, "call-signature", "property-declaration", "arrow-call-signature"]
},
"rulesDirectory": []
}