chore: init frontend with knowledge module
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
parser: "@typescript-eslint/parser",
|
||||
extends: ["plugin:@typescript-eslint/recommended"],
|
||||
parserOptions: {
|
||||
project: "./tsconfig.json",
|
||||
tsconfigRootDir: __dirname,
|
||||
ecmaVersion: 2020,
|
||||
sourceType: "module",
|
||||
createDefaultProgram: true,
|
||||
},
|
||||
rules: {},
|
||||
};
|
||||
Reference in New Issue
Block a user