eslint-config-foreground
v1.0.1
Published
ESLint Config for JavaScript/Typescript Foreground Style
Downloads
6
Readme
eslint-config-foreground
This package provides Foreground's Typescript .eslintrc as an extensible shared config.
Usage
We export the Foreground ESLint configuration for your usage.
Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint
and eslint-plugin-import
.
- Install the correct versions of each package, which are listed by the command:
npx install-peerdeps --dev eslint-config-foreground
- Add
"extends": "foreground"
to your .eslintrc.