Files
e-tib.com/node_modules/.pnpm/webgl-constants@1.1.1/node_modules/webgl-constants/tslint.json
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

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": []
}