0.0.10 • Published 5 years ago

tslint-gandalf-rules v0.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

NPM

tslint-rules

A set of custom TSLint rules.

Usage

Install from npm to your devDependencies:

npm install --save-dev tslint-gandalf-rules

Configure tslint to use the custom-tslint-rules folder:

Add the following path to the rulesDirectory setting in your tslint.json file:

{
   "extends": [
     "tslint-gandalf-rules"
   ],
   "rules": {
     ...
   }
}

Now configure some of the new rules.

Available Rules

arrow-function-class-prop

Rationale:

Usage:

...
"rules": {
  "arrow-function-class-prop": true
}
...

Options:

No options at the moment

no-function-as-input

Rationale:

Usage:

...
"rules": {
  "no-function-as-input": true
}
...

Options:

No options at the moment

Contributions and Development

Issue reports and pull requests are highly welcome! Please make sure to provide sensible tests along with your pull request.

To get started with development, clone the project and run yarn install. To run the tests execute yarn test.

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago