1.0.1 • Published 2 years ago

eslint-config-noxious-ts v1.0.1

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

eslint-config-noxious-ts

A custom eslint configuration for all of my projects that use typescript

Installing

  1. In your project folder, run:
npm install --save-dev eslint-config-noxious-ts
  1. You will see several dependencies were installed. Now, create (or update) a .eslintrc file with the following content:
{
  'extends': [
    'noxious-ts'
  ]
}