0.1.6 • Published 5 years ago

eslint-config-kinvey-platform v0.1.6

Weekly downloads
5,044
License
Apache-2.0
Repository
github
Last release
5 years ago

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