0.1.2 • Published 4 years ago

@kintent/eslint-config-kintent-platform v0.1.2

Weekly downloads
294
License
Apache-2.0
Repository
github
Last release
4 years ago

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"
}