Skip to content

Commit 60fa6b4

Browse files
authoredSep 14, 2023
fix(ts): tsconfig.json order item (#246)
1 parent a0f5aa8 commit 60fa6b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/eslint-config-ts/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ module.exports = {
102102
'moduleDetection',
103103
/* Modules */
104104
'module',
105-
'rootDirs',
105+
'rootDir',
106106
'moduleResolution',
107107
'baseUrl',
108108
'paths',
109+
'rootDirs',
109110
'typeRoots',
110111
'types',
111112
'allowUmdGlobalAccess',

0 commit comments

Comments
 (0)