eslint-config-leapfrog
v3.0.0
Published
ESLint config for JavaScript/TypeScript projects at Leapfrog
Downloads
1,274
Maintainers
Readme
eslint-config-leapfrog
Set of ESLint rules for JavaScript projects at Leapfrog.
eslint-config-leapfrog
adds rules on top of eslint:recommended
, eslint-plugin-jsdoc
and plugin:react/recommended
.
Requires
- ESLint >= 6.0.0
Usage
Add eslint-config-leapfrog
as a dev dependency.
yarn add eslint-config-leapfrog --dev
Include eslint-config-leapfrog
in your .eslintrc file.
{
"extends": ["eslint-config-leapfrog"]
}
For projects using React, include eslint-config-leapfrog/react
which contains ESLint rules specific to React.
{
"extends": ["eslint-config-leapfrog/react"]
}
In the Wild
Following are the projects compliant to these rules. Send us a PR and we'll add you to the list.
- Async Store - Koa Example
- Express API ES6 Starter
- Frogtoberfest
- get-js
- js-jatra
- Just Handlebars Helpers
- SyncDb - Node MSSQL Example