mirror of
https://github.com/jakejarvis/eslint-config.git
synced 2026-09-11 04:25:34 -04:00
754e19c99224ac3ced5e24c00a0eeada0fb45eed
@jakejarvis/eslint-config
Shareable ESLint config inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.
Installation
yarn add --dev eslint @jakejarvis/eslint-config eslint-plugin-compat eslint-plugin-import
Usage
.eslintrc.json:
{
"extends": [
"@jakejarvis"
],
"rules": {
// Project-specific overrides...
}
}
License
MIT
Description
⚙️ My shared ESLint config across personal projects.
https://www.npmjs.com/package/@jakejarvis/eslint-config
Readme
MIT
1.2 MiB
Languages
JavaScript
100%