Skip to content

Commit b8dd3d5

Browse files
⚙️ Chore(commitsmile2): changes in typescript and eslint configs + add .env.template
1 parent 465f55c commit b8dd3d5

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ESLINT_USE_FLAT_CONFIG = true

packages/commitsmile2/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default ineedj({
2323
typescript: true,
2424
toml: false,
2525
yaml: false,
26-
ignoreGlobalFiles: { gitIgnore: true, basicIgnores: true, ignoreFiles: ["**/src2/*", "**/src2/**/*"] }
26+
ignoreGlobalFiles: { gitIgnore: true, basicIgnores: true }
2727
}
2828
}).removeRules(
2929
"@typescript-eslint/no-throw-literal" /** Use custom Error */,

packages/commitsmile2/tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"@/*": ["*", "*/index.ts", "*.ts"]
99
},
1010
"stripInternal": true,
11-
"plugins": [
12-
{
13-
"transform": "typia/lib/transform"
14-
}
15-
],
11+
// "plugins": [
12+
// {
13+
// "transform": "typia/lib/transform"
14+
// }
15+
// ],
1616
"preserveSymlinks": true,
1717
"strict": true
1818
},

0 commit comments

Comments
 (0)