rbac icon indicating copy to clipboard operation
rbac copied to clipboard

Fix eslint errors

Open probil opened this issue 6 years ago • 0 comments

You are using eslint for code style checking but it turns out that you have a lot of errors.

Just checkout out the project and tried npm run eslint:

✖ 124 problems (123 errors, 1 warning)
  71 errors and 0 warnings potentially fixable with the `--fix` option.

I think code style check should report no errors and should be also executed in CI

probil avatar Jul 24 '19 11:07 probil