UNPKG

@jbroll/nmea-simple

Version:

NMEA 0183 sentence parser and encoder

154 lines 3.42 kB
{ "rules": { "array-type": [ true, "array" ], "arrow-return-shorthand": [true], "class-name": true, "comment-format": [ true, "check-space" ], "curly": true, "eofline": true, "forin": true, "indent": [ true, "spaces" ], "interface-name": [false], "jsdoc-format": true, "label-position": true, "member-access": false, "member-ordering": [false], "new-parens": true, "no-construct": true, "no-default-export": true, "no-duplicate-imports": true, "no-duplicate-super": true, "no-duplicate-switch-case": true, "no-duplicate-variable": true, "no-empty": true, "no-eval": true, "no-inferrable-types": [false], "no-internal-module": true, "no-invalid-template-strings": true, "no-misused-new": true, "no-reference": true, "no-require-imports": true, "no-shadowed-variable": true, "no-string-throw": true, "no-trailing-whitespace": true, "no-unnecessary-initializer": true, "no-unsafe-finally": true, "no-unused-expression": true, "no-var-keyword": true, "no-var-requires": true, "one-variable-per-declaration": [ true, "ignore-for-loop" ], "ordered-imports": [ true, { "import-sources-order": "case-insensitive", "named-imports-order": "lowercase-first" } ], "prefer-const": true, "prefer-for-of": true, "prefer-method-signature": false, "quotemark": [ true, "double", "avoid-escape" ], "radix": true, "semicolon": [true, "always", "strict-bound-class-methods"], "switch-default": false, "trailing-comma": [ true, { "multiline": "never", "singleline": "never" } ], "triple-equals": true, "typedef": [ true, "call-signature" ], "variable-name": [ true, "ban-keywords" ], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ] }, "jsRules": { "curly": true, "eofline": true, "forin": true, "indent": [ true, "spaces" ], "jsdoc-format": true, "label-position": true, "new-parens": true, "no-construct": true, "no-duplicate-variable": true, "no-empty": true, "no-eval": true, "no-shadowed-variable": true, "no-string-throw": true, "no-trailing-whitespace": true, "no-unnecessary-initializer": true, "no-unsafe-finally": true, "no-unused-expression": true, "no-use-before-declare": true, "ordered-imports": [ true, { "import-sources-order": "case-insensitive", "named-imports-order": "lowercase-first" } ], "quotemark": [ true, "double", "avoid-escape" ], "radix": true, "semicolon": [true], "space-before-function-paren": [ true, { "anonymous": "always", "named": "never" }], "switch-default": true, "trailing-comma": [ true, { "multiline": "never", "singleline": "never" } ], "triple-equals": true, "typeof-compare": true, "variable-name": [ true, "ban-keywords" ], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator" ] } }