eslint-plugin-homey-app

Enforce best practices for Homey Apps

Usage no npm install needed!

<script type="module">
  import eslintPluginHomeyApp from 'https://cdn.skypack.dev/eslint-plugin-homey-app';
</script>

README

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