0.6.1 • Published 7 months ago

@adamsoderstrom/eslint-config-typescript v0.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@noaignite/eslint-config-typescript

This package includes the shareable ESLint configuration used by NoA Ignite.

Installation

ESLint Ignite is available as an npm package.

// with npm
npm install @noaignite/eslint-config-typescript

// with yarn
yarn add @noaignite/eslint-config-typescript

Then create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "@noaignite/eslint-config-typescript"
}

That's it! You can override the settings from @noaignite/eslint-config-typescript by editing the .eslintrc.json file. Learn more about configuring ESLint on the ESLint website.