0.2.0 • Published 12 months ago

@dashbd/eslint-config-ts v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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']
};