UNPKG

exenv-es6

Version:

React's ExecutionEnvironment module recreated as ES6 functions

59 lines (58 loc) 1.49 kB
{ "defaultSeverity": "error", "extends": [ "tslint:recommended" ], "jsRules": {}, "rules": { "max-line-length": [true, 140], "no-string-literal": [false], "object-literal-key-quotes": [false], "object-literal-sort-keys": false, "only-arrow-functions": false, "ordered-imports": [ true, { "import-sources-order": "any", "named-imports-order": "case-insensitive" } ], "trailing-comma": false, "typedef": [ true, "call-signature", "arrow-call-signature", "parameter", "arrow-parameter", "property-declaration", "variable-declaration", "member-variable-declaration", "object-destructuring", "array-destructuring" ], "variable-name": [ true, "ban-keywords", "check-format", "allow-leading-underscore", "allow-pascal-case" ], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-module", "check-separator", "check-type", "check-typecast" ] }, "rulesDirectory": [], "linterOptions": { "exclude": [ "node_modules/**", "dist/**" ] } }