@smartlook/eslint-config-typescript

Smartlook ESLint configuration for TypeScript

Usage no npm install needed!

<script type="module">
  import smartlookEslintConfigTypescript from 'https://cdn.skypack.dev/@smartlook/eslint-config-typescript';
</script>

README

@smartlook/eslint-config-typescript

This config should be used in all TypeScript projects.

Installation

npm i -D @smartlook/eslint-config-typescript
// .eslintrc.js

module.exports = {
    extends: ['@smartlook/eslint-config-typescript'],
}

License

See LICENSE.