Fix reported issues and add template identifier generation logic
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"@generalprotocols/eslint-config/typescript",
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"extends": ["@generalprotocols/eslint-config/typescript", "plugin:prettier/recommended"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2020,
|
||||
"project": "./tsconfig.json",
|
||||
@@ -23,7 +20,10 @@
|
||||
}
|
||||
],
|
||||
"import/no-internal-modules": [
|
||||
"error"
|
||||
"error",
|
||||
{
|
||||
"allow": ["**/*"]
|
||||
}
|
||||
],
|
||||
"max-len": [
|
||||
"error",
|
||||
|
||||
Reference in New Issue
Block a user