Skip to content

Commit c441a9e

Browse files
feat: reduced stylistic linting (#1523)
1 parent 512a0e9 commit c441a9e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/red-melons-fly.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": minor
3+
---
4+
5+
reduced stylistic linting

cli/template/base/_eslintrc.cjs

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ const config = {
1111
"plugin:@typescript-eslint/stylistic-type-checked",
1212
],
1313
rules: {
14+
// These opinionated rules are enabled in stylistic-type-checked above.
15+
// Feel free to reconfigure them to your own preference.
16+
"@typescript-eslint/array-type": "off",
17+
"@typescript-eslint/consistent-type-definitions": "off",
18+
1419
"@typescript-eslint/consistent-type-imports": [
1520
"warn",
1621
{

0 commit comments

Comments
 (0)