@kintent/eslint-config-kintent-platform
v0.1.2
Published
ESLint Config for the Kintent Platform
Downloads
4,922
Maintainers
Keywords
Readme
Kintent Platform ESLint config
Installation
Requires eslint >=6.8.0
and eslint-plugin-import 2.20.2
to be installed as devDependencies in your project.
Add the following to devDependencies:
"eslint-kintent-platform": "kintent/eslint-kintent-platform#<tag>"
Your .eslintrc
file should contain:
{
"extends": "kintent-platform"
}