Skip to content

Commit

Permalink
feat(eslint) test rule breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago-Mota-Santos committed Oct 17, 2023
1 parent 675b563 commit 0552bb7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/web/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
"plugins": ["@typescript-eslint"],
"rules":{
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}
// {
// "extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
// "plugins": ["@typescript-eslint"],
// "rules":{
// "@typescript-eslint/ban-ts-comment": "off",
// "@typescript-eslint/no-non-null-assertion": "off",
// "@typescript-eslint/no-unused-vars": "off",
// "@typescript-eslint/no-explicit-any": "off"
// }
// }

1 comment on commit 0552bb7

@vercel
Copy link

@vercel vercel bot commented on 0552bb7 Oct 17, 2023

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:

api-relay – ./apps/server

api-relay-git-main-thiago-mota-santos.vercel.app
api-relay.vercel.app
api-relay-thiago-mota-santos.vercel.app

Please sign in to comment.