UNPKG

homebridge-daikin-local

Version:

daikin plugin for homebridge: https://github.com/homebridge/homebridge

11 lines (9 loc) 196 B
import json from '@eslint/json'; import {defineConfig} from 'eslint/config'; export default defineConfig([ { files: ['**/*.json'], plugins: {json}, language: 'json/jsonc', }, ]);