UNPKG
hatech-web-component-table-page
Version:
latest (2.0.39)
2.0.39
前端页面组件
hatech-web-component-table-page
/
.eslintrc.js
18 lines
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports
=
{
root:
true
,
env:
{
browser:
true
,
node:
true
},
parserOptions:
{
//
parser:
'babel-eslint'
},
extends:
[
'plugin:vue/recommended'
],
plugins:
[
'vue'
],
//
添加自定义规则
rules:
{} }