UNPKG

@mcesystems/nbind

Version:

Magical headers that make your C++ library accessible from JavaScript

87 lines (82 loc) 2.75 kB
{ "rules": { "adjacent-overload-signatures": true, "align": true, "ban": false, "class-name": true, "comment-format": [ true, "check-space" ], "curly": false, "eofline": true, "forin": true, "indent": [ true, "tabs" ], "interface-name": [ true, "never-prefix" ], "jsdoc-format": false, "label-position": true, "max-line-length": [ true, 96 ], "member-access": false, "member-ordering": [ true, { "order": [ "constructor", "private-static-method", "public-static-method", "private-instance-method", "public-instance-method", "private-instance-field", "public-instance-field", "private-static-field", "public-static-field" ] } ], "new-parens": true, "no-angle-bracket-type-assertion": true, "no-any": false, "no-arg": true, "no-bitwise": false, "no-conditional-assignment": true, "no-consecutive-blank-lines": true, "no-console": [ true, "log", "warn", "error" ], "no-construct": true, "no-debugger": false, "no-default-export": true, "no-duplicate-variable": true, "no-empty": true, "no-empty-interface": true, "no-eval": false, "no-import-side-effect": true, "no-inferrable-types": true, "no-internal-module": true, "no-invalid-this": false, "no-magic-numbers": false, "no-namespace": false, "no-non-null-assertion": false, "no-null-keyword": false, "no-reference": true, "no-require-imports": false, "no-shadowed-variable": true, "no-string-literal": false, "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unused-expression": true, "no-use-before-declare": false, "no-var-keyword": true, "no-var-requires": true, "object-literal-sort-keys": true, "one-line": [ true, "check-catch", "check-else", "check-finally", "check-open-brace" ], "one-variable-per-declaration": true, "quotemark": [ true, "single" ], "radix": "true", "semicolon": [ true, "always" ], "switch-default": true, "trailing-comma": [ true, { "multiline": "never", "singleline": "never" }], "triple-equals": false, "typedef": [ true, "parameter", "arrow-parameter", "property-declaration" ], "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" }, { "call-signature": "onespace", "index-signature": "onespace", "parameter": "onespace", "property-declaration": "onespace", "variable-declaration": "onespace" } ], "use-isnan": true, "variable-name": [ true, "check-format", "allow-leading-underscore", "allow-pascal-case" ], "whitespace": [ true, "check-decl", "check-operator", "check-module", "check-separator", "check-type", "check-typecast" ] } }