@adamsoderstrom/eslint-config

0.8.1 • Public • Published

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

Package Sidebar

Install

npm i @adamsoderstrom/eslint-config

Weekly Downloads

0

Version

0.8.1

License

MIT

Unpacked Size

14.4 kB

Total Files

5

Last publish

Collaborators

  • adamsoderstrom