0.8.1 • Published 7 months ago

@adamsoderstrom/eslint-config v0.8.1

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

@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.