Skip to content

Commit

Permalink
chore: format tsconfig.json (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 13, 2024
1 parent 09e7b04 commit 196581a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"resolveJsonModule": true,
"isolatedModules": true,
"skipLibCheck": false,
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": true
},
"files": ["eslint-remote-tester.config.ts"],
"include": ["src/**/*", "tools/**/*"],
"exclude": ["src/rules/__tests__/fixtures/**/*"],
"exclude": ["src/rules/__tests__/fixtures/**/*"]
}

0 comments on commit 196581a

Please sign in to comment.