mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- Add unit tests to cover custom resources sidebar items Signed-off-by: Sebastian Malton <sebastian@malton.name>
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
module.exports = {
|
|
extends: "@k8slens/eslint-config/eslint",
|
|
parserOptions: {
|
|
project: "./tsconfig.json",
|
|
},
|
|
};
|