@fltechnics/eslint-config
v1.0.2
Published
FL Technics ESLint config
Downloads
9
Maintainers
Readme
eslint-config-fltechnics
Eslint configuration.
Installation
Install this package, and save it as a devDependency:
yarn add @fltechnics/eslint-config --dev
Then have your project's .eslintrc
file extend the ruleset.
{
"extends": "@fltechnics/eslint-config"
}
Also not forget to:
yarn add eslint-plugin-vue eslint-plugin-html --dev
License
The MIT License (MIT). Please see License File for more information.