diff --git a/.eslintrc.cjs b/.eslintrc.cjs deleted file mode 100644 index 9effb885..00000000 --- a/.eslintrc.cjs +++ /dev/null @@ -1,26 +0,0 @@ -module.exports = { - env: { - es2022: true, - node: true, - }, - extends: ['airbnb-base'], - parserOptions: { - ecmaVersion: 13, - sourceType: 'module', - }, - plugins: ['import', 'import-newlines', 'sort-exports'], - rules: { - camelcase: 'off', - 'import/extensions': ['error', { js: 'always', json: 'always' }], - 'import/order': ['warn', { alphabetize: { order: 'asc' } }], - 'import-newlines/enforce': ['error', 3], - indent: ['error', 2, { SwitchCase: 1 }], - 'max-len': 'off', - 'new-cap': 0, - quotes: ['error', 'single'], - 'no-multiple-empty-lines': ['error', { max: 1, maxBOF: 1, maxEOF: 0 }], - 'no-param-reassign': 0, - 'sort-exports/sort-exports': ['warn', { sortDir: 'asc' }], - 'sort-imports': ['warn', { ignoreDeclarationSort: true }], - }, -}; diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index aa62079e..3a1e935f 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ github: bwp91 patreon: bwp91 ko_fi: bwp91 -custom: ["https://www.paypal.me/BenPotter"] +custom: ['https://www.paypal.me/BenPotter'] diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ad76f08f..9b0c3361 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,25 +6,15 @@ ### What issue do you have? Please be as thorough and explicit as possible. - - ### Details of your setup. -* Do you use Homebridge (with config-ui?) or HOOBS? - - +* Do you use Homebridge (with config-ui?) or HOOBS? * Which version of Homebridge/HOOBS do you have? - - * Which version of this plugin (homebridge-govee) do you have? Has the issue started since upgrading from a previous version? - - * Which Govee devices do you have that are causing issues? Please include product models if applicable. - - ### Please paste any relevant logs below.