mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
feat(web): 新增设备管理功能
- 新增设备管理页面和相关功能
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = {
|
||||
'no-this-before-super': 0, // 在调用super()之前不能使用this或super
|
||||
'no-undef': 2, // 不能有未定义的变量
|
||||
'no-use-before-define': 2, // 未定义前不能使用
|
||||
camelcase: 2, // 强制驼峰法命名
|
||||
camelcase: 'off', // 关闭强制驼峰法命名
|
||||
'vue/multi-word-component-names': 0,
|
||||
'jsx-quotes': [2, 'prefer-double'], // 强制在JSX属性(jsx-quotes)中一致使用双引号
|
||||
// 'react/sort-comp': 2, // 强制组件方法顺序
|
||||
|
||||
Reference in New Issue
Block a user