Toreda's official eslint-config
for organization-wide TypeScript projects.
$ yarn add @toreda/eslint-config --dev
$ npm add @toreda/eslint-config --save-dev
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 extends:
module.exports = {
extends: [
"@toreda/eslint-config"
],
rules: {}
};
See eslint.org's shareable configs page for more information.
MIT © Toreda, Inc.
Copyright © 2019 - 2021 Toreda, Inc. All Rights Reserved.