@studiohyperdrive/tslint-config

Studio Hyperdrive TypeScript linting rules/guidelines.

Usage no npm install needed!

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

README

FEO TSLint config

Installation

$ npm install --save-dev @studiohyperdrive/tslint-config

Usage

Create an tslint.json file in the root of your project and extend the default TSLint settings.

module.exports = {
    "extends": [
        "@studiohyperdrive/tslint-config",

        // In case of testing
        "@studiohyperdrive/tslint-config/lib/tests"
    ]
}