UNPKG

useloadpcd

Version:

A .pcd file loader for React with React hooks and Three.js.

21 lines (20 loc) 521 B
{ "extends": [ "tslint:latest", "tslint-config-airbnb", "tslint-config-prettier" ], "rulesDirectory": "", "rules": { "no-boolean-literal-compare": false, "no-console": [true, "warning"], "import-name": false, "object-literal-sort-keys": [true, "shorthand-first"], "object-shorthand-properties-first": false, "no-implicit-dependencies": [true, "dev"], "no-bitwise": false }, "linterOptions": { "exclude": ["dist", "src/three/Trackball.ts"] } }