eslint-config-fiizy
v1.0.26
Published
Fiizy specific linting configuration(s) for JavaScript projects
Readme
eslint-config-fiizy
This is a shared config for ESLint.
Installing
Install ESLint either locally or globally.
$ npm install eslintInstall Fiizy shared config:
$ npm install eslint-config-fiizyConfiguration
All you really need to configure is the flavour of the configuration package. You use the rules by extending the shared config:
{
"extends": [
"fiizy"
]
}Rulesets
There are currently 2 rulesets that you can extend:
"fiizy"(or"fiizy/default"): Default ES8 (ES2017) based rules."fiizy/vue": Rules for Vue applications.
