Skip to content

Commit 196581a

Browse files
authored
chore: format tsconfig.json (#1501)
1 parent 09e7b04 commit 196581a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"resolveJsonModule": true,
1717
"isolatedModules": true,
1818
"skipLibCheck": false,
19-
"forceConsistentCasingInFileNames": true,
19+
"forceConsistentCasingInFileNames": true
2020
},
2121
"files": ["eslint-remote-tester.config.ts"],
2222
"include": ["src/**/*", "tools/**/*"],
23-
"exclude": ["src/rules/__tests__/fixtures/**/*"],
23+
"exclude": ["src/rules/__tests__/fixtures/**/*"]
2424
}

0 commit comments

Comments
 (0)