https://github.com/colorfy-software/eslint-config
🔬 ESLint config used at Colorfy GmbH.
https://github.com/colorfy-software/eslint-config
eslintconfig jaavscript typescript
Last synced: about 1 month ago
JSON representation
🔬 ESLint config used at Colorfy GmbH.
- Host: GitHub
- URL: https://github.com/colorfy-software/eslint-config
- Owner: colorfy-software
- Created: 2022-04-11T09:31:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T07:01:09.000Z (about 2 years ago)
- Last Synced: 2025-02-25T16:36:54.306Z (12 months ago)
- Topics: eslintconfig, jaavscript, typescript
- Homepage: https://www.npmjs.com/package/@colorfy-software/eslint-config
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
🔬 ESLint Config
ESLint config used at Colorfy GmbH.
## 🎯 Purpose
Opinionated ESLint config us at Colorfy for React & React Native projects, based on TypeScript, Prettier, Jest and React
Native Community standards.
## 🏗️ Installation
With Yarn:
```bash
yarn add --dev eslint @colorfy-software/eslint-config
```
Or with npm:
```
npm install --save-dev eslint @colorfy-software/eslint-config
```
## 💻 Usage
You can choose one of the following environments to work with by extending your ESLint config (`.eslintrc`, or `eslintConfig` field in `package.json`) with `@colorfy-software` config tailored to your project.
```json
{
"extends": "@colorfy-software"
}
```
## 💖 Code of Conduct
This library has adopted a Code of Conduct that we expect project participants to adhere to. Please read the [full text](https://github.com/colorfy-software/eslint-config/blob/main/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
## 📰 License
ESLint Config is licensed under the [MIT License](https://github.com/colorfy-software/eslint-config/blob/main/LICENSE).