Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 906 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 906 Bytes

MIT Licensed NPM Version Test Coverage

ESLint config for Radical Condor repositories

Installation

yarn add -D @radicalcondor/eslint-config
npx install-peerdeps @radicalcondor/eslint-config

Usage

Create an .eslintrc in your project with the following:

{
  "extends": "@radicalcondor"
}