1.0.2 • Published 3 years ago

eslint-plugin-homey-app v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

ESLint Plugin for Homey Apps

This module adds ESLint rules that enforce best practices for Homey Apps.

Installation

To use this module you also need to install ESLint:

$ npm install --save-dev eslint eslint-plugin-homey-app

Usage

After installation can extend the recommended rules from your ESLint configuration file:

{
  "extends": ["plugin:homey-app/recommended"]
}