Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/owowagency/eslint-config
- Owner: owowagency
- License: mit
- Created: 2023-05-15T09:55:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-18T07:32:08.000Z (8 months ago)
- Last Synced: 2025-01-10T14:44:01.146Z (13 days ago)
- Language: JavaScript
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).