{ "linterOptions": { "exclude": [ "./src/client/northstar/**", "**/*.js" ] }, "rules": { "no-return-await": true, "no-string-literal": true, "prefer-object-spread": true, "prefer-for-of": true, "no-unnecessary-type-assertion": true, "triple-equals": true, "prefer-const": true, "no-unnecessary-callback-wrapper": true, "class-name": true, "arrow-return-shorthand": true, "semicolon": [ true, "always" ], "curly": [ true, "ignore-same-line" ], "no-tautology-expression": true, "unnecessary-constructor": true }, "defaultSeverity": "warning", "jsRules": {} }