mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-11 02:22:36 -05:00
Switch new display to Vue
This commit is contained in:
20
WebDisplay/.eslintrc.js
Normal file
20
WebDisplay/.eslintrc.js
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* .eslint.js
|
||||
*
|
||||
* ESLint configuration file.
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
node: true,
|
||||
},
|
||||
extends: [
|
||||
'plugin:vue/vue3-essential',
|
||||
'eslint:recommended',
|
||||
'@vue/eslint-config-typescript',
|
||||
],
|
||||
rules: {
|
||||
'vue/multi-word-component-names': 'off',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user