@toreda/eslint-config
v2.2.0
Published
Toreda's eslint config file for organization-wide TypeScript projects.
Downloads
44
Readme
@toreda/eslint-config
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.