Skip to content

Commit

Permalink
chore: add eol to eslint prettier (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Aug 25, 2022
1 parent de8cc44 commit f1174f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"case": "camelCase",
"ignore": ["\\.d\\.ts$", "/^www/i"]
}
]
],
"prettier/prettier": ["error", { "endOfLine": "auto" }]
},
"settings": {
"react": {
Expand Down

1 comment on commit f1174f9

@vercel
Copy link

@vercel vercel bot commented on f1174f9 Aug 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

create-t3-app – ./

create-t3-app-nu.vercel.app
create-t3-app-git-main-t3-oss.vercel.app
create-t3-app-t3-oss.vercel.app

Please sign in to comment.