FL Technics ESLint config
npm install @fltechnics/eslint-configEslint configuration.
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.
`json`
{
"extends": "@fltechnics/eslint-config"
}
Also not forget to:
```
yarn add eslint-plugin-vue eslint-plugin-html --dev
The MIT License (MIT). Please see License File for more information.