Skip to main content
Module

x/samlify/tslint.json

πŸ” Node.js API for Single Sign On (SAML 2.0)
Go to Latest
File
{ "extends": "tslint:recommended", "rulesDirectory": [], "linterOptions": { "exclude": [ "node_modules/**" ] }, "rules": { "arrow-parens": [true, "ban-single-arg-parens"], "comment-format": false, "interface-name": [true, "never-prefix"], "jsdoc-format": false, "max-line-length": false, "member-access": false, "no-console": [false], "no-consecutive-blank-lines": [true, 3], "no-empty-interface": false, "no-string-literal": false, "object-literal-sort-keys": false, "object-literal-key-quotes": false, "object-literal-shorthand": false, "trailing-comma": false, "eofline": false, "no-empty": false, "align": false, "no-trailing-whitespace": false, "ordered-imports": false, "quotemark": [true, "single", "avoid-escape", "avoid-template"], "variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore", "allow-pascal-case"], "interface-over-type-literal": false, "no-var-requires": false }, "jsRules": {}}