UNPKG

@kiali/kiali-ui

Version:

React UI for [Kiali](https://github.com/kiali/kiali).

12 lines (11 loc) 269 B
{ "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" } }