@progresskinvey/eslint-config-kinvey-platform
v0.3.0
Published
ESLint Profile for the Kinvey Platform
Downloads
436
Keywords
Readme
Kinvey Platform ESLint linter config
Installation
Requires eslint 4.7.2
and eslint-plugin-import 2.7.0
to be installed as devDependencies in your project.
Add the following to devDependencies:
"eslint-config-kinvey-platform": "kinvey/eslint-kinvey-platform#<tag>"
Your .eslintrc
file should contain:
{
"extends": "kinvey-platform"
}