0.0.6 • Published 3 years ago

@dashbd/eslint-config-ts v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@dashbd/eslint-config-ts

ESLint configuration for Typescript files.

Installation

npm install --save-dev @dashbd/eslint-config-ts eslint prettier

Usage

.eslintrc.js example:

module.exports = {
    extends: ['@dashbd/eslint-config-ts']
};