@noaignite/eslint-config-typescript
v0.4.1
Published
Typescript ESLint configuration used by NoA Ignite
Downloads
282
Readme
@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.