UNPKG
kiali-ui
Version:
latest (1.66.0-alpha)
1.66.0-alpha
React UI for [Kiali](https://github.com/kiali/kiali).
.
kiali/kiali-ui
kiali-ui
/
.eslintrc
12 lines
(11 loc)
•
269 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"react-app"
,
"rules"
:
{
"jsx-a11y/anchor-is-valid"
:
"off"
,
"jsx-a11y/anchor-has-content"
:
"off"
,
"no-used-before-declare"
:
"off"
,
"no-unused-variable"
:
"off"
,
"no-restricted-globals"
:
[
"error"
,
"event"
]
,
"no-undef"
:
"off"
}
}