Skip to content

toreda/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toreda

@toreda/eslint-config

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

 

Installation

Install with yarn

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

Install with 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 extends:

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

 

More information

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

 

Legal

License

MIT © Toreda, Inc.

Copyright

Copyright © 2019 - 2021 Toreda, Inc. All Rights Reserved.

https://www.toreda.com