1.0.2 • Published 5 years ago

@fltechnics/eslint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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.