1.1.2 • Published 4 years ago
eslint-config-cardinal v1.1.2
eslint-config-cardinal
The goal here is to create a predefined eslint config for Cardinal projects that auto-detects features and uses the appropriate configuration.
It may be useful for your project, but our goal is to support our projects.
This project is heavily inspired by eslint-config-auto.
Usage
Install the package. It installs everything it depends on:
npm install --save-dev eslint-config-cardinal
Set up an eslint config that extends it. Include appropriate env settings:
{
"env": {
"node": true,
"es2021": true
},
"extends": ["cardinal"]
}
License
MIT. See LICENSE for more information.