2.2.0 • Published 3 years ago

@toreda/eslint-config v2.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@toreda/eslint-config

Toreda

Toreda's official eslint-config for organization-wide TypeScript projects.

Installation

Install using yarn

$ yarn add @toreda/eslint-config --dev

Install using npm

$ npm add @toreda/eslint-config --save-dev

Usage

Using the config

After @toreda/eslint-config has been added to project dependencies you'll need to open .eslintrc.js in your project's root folder.

Add "@toreda/eslint-config" to the extends array:

module.exports = {
  extends: [
    "@toreda/eslint-config"
  ],
  rules: {}
};

More information

See eslint.org's shareable configs page for more information.

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago