storybook: add lint command and lint files

This commit is contained in:
Yangshun Tay
2022-10-05 20:06:04 +08:00
parent 2cf660c6de
commit 6e5ffb3c77
13 changed files with 96 additions and 87 deletions

View File

@ -1,4 +1,8 @@
module.exports = {
root: true,
extends: ['tih'],
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
};