Skip to content

Commit

Permalink
ci: fix for prettier step in lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
borolepratik committed Jan 25, 2024
1 parent 41973e6 commit c47200d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 200 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: ✅ Cypress tests
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a
with:
project: ./cypress
browser: chrome
build: pnpm build
start: pnpm start
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.tabSize": 2,

"python.terminal.activateEnvironment": false,
// Tailwind CSS Autocomplete, add more if used in projects
"tailwindCSS.classAttributes": [
Expand Down
193 changes: 0 additions & 193 deletions .vscode/typescriptreact.code-snippets

This file was deleted.

10 changes: 5 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"incremental": true,
"plugins": [
{
"name": "next"
}
"name": "next",
},
],
"paths": {
"@/*": ["./src/*"]
}
"@/*": ["./src/*"],
},
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}

0 comments on commit c47200d

Please sign in to comment.