Skip to content

Commit 6b3ebdf

Browse files
authored
Set verbatimModuleSyntax to true (#69)
* chore: Updated development dependencies * chore: Added lockfile * chore: Set verbatimModuleSyntax to true --------- Co-authored-by: ijlee2 <[email protected]>
1 parent 11c3d34 commit 6b3ebdf

File tree

5 files changed

+124
-115
lines changed

5 files changed

+124
-115
lines changed

.eslintrc.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ module.exports = {
3737
],
3838
rules: {
3939
'@typescript-eslint/array-type': 'error',
40+
'@typescript-eslint/consistent-type-exports': 'error',
41+
'@typescript-eslint/consistent-type-imports': 'error',
42+
'@typescript-eslint/no-import-type-side-effects': 'error',
4043
'import/no-duplicates': 'error',
4144
},
4245
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
"@tsconfig/node18": "^18.2.2",
5353
"@tsconfig/strictest": "^2.0.2",
5454
"@types/node": "^18.18.7",
55-
"@types/yargs": "^17.0.29",
56-
"@typescript-eslint/eslint-plugin": "^6.9.1",
57-
"@typescript-eslint/parser": "^6.9.1",
55+
"@types/yargs": "^17.0.30",
56+
"@typescript-eslint/eslint-plugin": "^6.10.0",
57+
"@typescript-eslint/parser": "^6.10.0",
5858
"concurrently": "^8.2.2",
59-
"eslint": "^8.52.0",
59+
"eslint": "^8.53.0",
6060
"eslint-config-prettier": "^9.0.0",
6161
"eslint-import-resolver-typescript": "^3.6.1",
6262
"eslint-plugin-import": "^2.29.0",
63-
"eslint-plugin-n": "^16.2.0",
63+
"eslint-plugin-n": "^16.3.0",
6464
"eslint-plugin-prettier": "^5.0.1",
6565
"eslint-plugin-simple-import-sort": "^10.0.0",
6666
"eslint-plugin-typescript-sort-keys": "^3.1.0",

0 commit comments

Comments
 (0)