Skip to content

colorfy-software/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ESLint config used at Colorfy GmbH.

Current npm package version. Monthly npm downloads.

🎯 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:

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.

{
  "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 so that you can understand what actions will and will not be tolerated.

πŸ“° License

ESLint Config is licensed under the MIT License.