UNPKG

@pnext/three-loader

Version:

Potree loader for ThreeJS, converted and adapted to Typescript.

99 lines (98 loc) 2.77 kB
{ "defaultSeverity": "warning", "rulesDirectory": [], "rules": { "adjacent-overload-signatures": true, "arrow-return-shorthand": true, "class-name": true, "comment-format": [true, "check-space"], "curly": true, "eofline": true, "forin": true, "import-spacing": true, "indent": [true, "spaces"], "jsdoc-format": true, "label-position": true, "max-line-length": [true, 140], "member-access": false, "new-parens": true, "no-angle-bracket-type-assertion": true, "no-arg": true, "no-bitwise": true, "no-boolean-literal-compare": false, "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], "no-consecutive-blank-lines": [true], "no-construct": true, "no-debugger": true, "no-default-export": true, "no-duplicate-imports": true, "no-duplicate-variable": true, "no-duplicate-super": true, "no-duplicate-switch-case": true, "no-empty": false, "no-eval": true, "no-inferrable-types": [false], "no-invalid-template-strings": true, "no-invalid-this": true, "no-shadowed-variable": true, "no-sparse-arrays": true, "no-string-literal": false, "no-string-throw": true, "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unbound-method": false, "no-unnecessary-initializer": true, "no-unused-expression": true, "no-unused-variable": [ false, { "ignore-pattern": "^_" } ], "no-use-before-declare": false, "no-var-keyword": true, "object-literal-key-quotes": [true, "as-needed"], "object-literal-sort-keys": false, "one-line": [ true, "check-open-brace", "check-catch", "check-else", "check-whitespace", "check-finally" ], "one-variable-per-declaration": [true, "ignore-for-loop"], "ordered-imports": [true], "prefer-const": true, "prefer-method-signature": false, "prefer-object-spread": true, "prefer-switch": true, "prefer-template": true, "quotemark": [true, "single", "avoid-escape"], "radix": true, "semicolon": [true, "always", "ignore-bound-class-methods"], "trailing-comma": false, "triple-equals": [true, "allow-null-check"], "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" } ], "unified-signatures": true, "use-isnan": true, "variable-name": [true, "ban-keywords"], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ] } }