1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/kata-for-gabriel/.eslintrc.js
Iku-turso 47cc04476f Introduce minimal package to be used as code kata with Gabriel
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-03-13 12:29:08 +02:00

7 lines
122 B
JavaScript

module.exports = {
extends: "@k8slens/eslint-config/eslint",
parserOptions: {
project: "./tsconfig.json",
},
};