1.1.1 • Published 4 years ago

@ephox/tslint-rules v1.1.1

Weekly downloads
186
License
Apache-2.0
Repository
-
Last release
4 years ago

Description

This is the base rules for tslint that we can share between projects and then override if we need to on a project basis.

Install from npm

npm install @ephox/tslint-rules.

Example of a local project tslint.json

{
    "defaultSeverity": "error",
    "extends": ["@ephox/tslint-rules/tslint.json"],
    "jsRules": {},
    "rules": {
      "prefer-for-of": false,
      "no-shadowed-variable": false,
      "one-variable-per-declaration": false,
      "max-line-length": false,
      "no-empty": false,
      "no-conditional-assignment": false,
      "variable-name": false,
      "no-bitwise": false,
      "forin": false
    },
    "rulesDirectory": []
}
1.1.1

4 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago