We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512a0e9 commit c441a9eCopy full SHA for c441a9e
.changeset/red-melons-fly.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-t3-app": minor
3
4
+
5
+reduced stylistic linting
cli/template/base/_eslintrc.cjs
@@ -11,6 +11,11 @@ const config = {
11
"plugin:@typescript-eslint/stylistic-type-checked",
12
],
13
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
19
"@typescript-eslint/consistent-type-imports": [
20
"warn",
21
{
0 commit comments