tslint-config-pedantic

A TSLint config for the pedantic style

Usage no npm install needed!

<script type="module">
  import tslintConfigPedantic from 'https://cdn.skypack.dev/tslint-config-pedantic';
</script>

README

TSLint Config Pedantic

Commitizen friendly NPM version NPM Downloads


Installation

npm install tslint-config-pedantic --save-dev

Usage

Extend your tsling.json:

Common:

{
  "extends": [
    "tslint-config-pedantic"
  ]
}

Angular.js (1.x):

{
  "extends": [
    "tslint-config-pedantic/angularjs"
  ]
}

Angular (2 / 4 / 5 / etc.):

{
  "extends": [
    "tslint-config-pedantic/angular"
  ]
}

Contributing

  1. Fork it (https://github.com/SuperPaintman/tslint-config-pedantic/fork)
  2. Create your feature branch (git checkout -b feature/<feature_name>)
  3. Commit your changes (git commit -am '<type>(<scope>): added some features')
  4. Push to the branch (git push origin feature/<feature_name>)
  5. Create a new Pull Request

Contributors


Changelog

Changelog


License

MIT