@noaignite/eslint-config
v0.6.1
Published
ESLint configuration used by NoA Ignite
Downloads
308
Readme
@noaignite/eslint-config
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
// with yarn
yarn add @noaignite/eslint-config
Then create a file named .eslintrc.json
with following contents in the root folder of your project:
{
"extends": "@noaignite/eslint-config"
}
That's it! You can override the settings from @noaignite/eslint-config
by editing the .eslintrc.json
file. Learn more about configuring ESLint on the ESLint website.