Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

OWOW Eslint Config
https://github.com/owowagency/eslint-config

Last synced: 8 days ago
JSON representation

OWOW Eslint Config

Awesome Lists containing this project

README

        

![banner-dark](assets/banner_dark.svg#gh-dark-mode-only)
![banner-light](assets/banner_light.svg#gh-light-mode-only)






# πŸ“– Table of contents

1. [Installation](#%EF%B8%8F-installation)
1. [Packages](#-packages)
1. [Contributing](#-contributing)
1. [License](#-license)
1. [OWOW](#owow)

# βš™οΈ Installation

Installation of the basic ESLint config can be done by using `npm` or `yarn`, see [packages](#-packages) for all our ESLint configurations

```bash
# npm
npm install @owowagency/eslint-config-basic

# yarn
yarn add @owowagency/eslint-config-basic
```

Add the following to your ESLint configuration file

```js
export default {
extends: [
'@owowagency/eslint-config-basic',
],
};
```

# πŸ“¦ Packages

1. [Basic](packages/eslint-config-basic/README.md)
1. [Cypress Basic](packages/eslint-config-cypress-basic/README.md)
1. [Cypress TS](packages/eslint-config-cypress-ts/README.md)
1. [React](packages/eslint-config-react/README.md)
1. [TypeScript](packages/eslint-config-ts/README.md)
1. [Vue](packages/eslint-config-vue/README.md)

# 🫢 Contributing

Please see [CONTRIBUTING](./CONTRIBUTING.md) for details.

# πŸ“œ License

The MIT License (MIT). Please see [License File](./LICENSE) for more information.





This package has been brought to you with much love by the wizkids of [OWOW](https://owow.io/). Do you like this package? We’re still looking for new talent and Wizkids. So do you want to contribute to open source, while getting paid? [Apply now](https://owow.io/careers).