Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toreda/eslint-config


https://github.com/toreda/eslint-config

eslint eslint-config javascript toreda typed

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Toreda](https://content.toreda.com/logo/toreda-logo.png)](https://www.toreda.com)

# `@toreda/eslint-config`

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

 

# Installation

## Install with yarn

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

## Install with npm
```bash
$ 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:**

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

 

# More information

See [eslint.org's shareable configs page](https://eslint.org/docs/developer-guide/shareable-configs) for more information.

 

# Legal

## License

[MIT](LICENSE) © Toreda, Inc.

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

https://www.toreda.com