4.0.0 • Published 5 years ago

@wkovacs64/eslint-config-ts v4.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

@wkovacs64/eslint-config-ts

This is my personal ESLint configuration for TypeScript projects.

Install

npx install-peerdeps --dev --yarn @wkovacs64/eslint-config-ts

Drop the --yarn when using npm.

Usage

Extend in your .eslintrc.js:

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

Other Configurations