Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 378 Bytes

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