2.2.0 • Published 5 years ago
@toreda/eslint-config v2.2.0
@toreda/eslint-config

Toreda's official eslint-config for organization-wide TypeScript projects.
Installation
Install using yarn
$ yarn add @toreda/eslint-config --devInstall using npm
$ npm add @toreda/eslint-config --save-devUsage
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.