@swis/eslint-config-fluo
v1.0.4
Published
Shareable Eslint Config for Fluo based Drupal projects
Downloads
2,432
Readme
@swis/eslint-config-fluo
The default eslint config for Fluo projects.
Extends eslint:recommended
.
Based upon drupal/core's.eslintrc.legacy.json
.
Howto
Run: npm install @swis/eslint-config-fluo
In your .eslintrc
:
{
"extends": "@swis/eslint-config-fluo"
}