Skip to content

Commit

Permalink
build: add Cypress linter via ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Jul 8, 2024
1 parent 2586291 commit 7ad7cf8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"root": false,
"ignorePatterns": ["projects/**/*"],
"extends": ["plugin:cypress/recommended"],
"overrides": [
{
"files": ["*.ts"],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"cypress": "13.13.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.3.0",
"execa": "9.3.0",
"glob": "10.4.2",
"husky": "9.0.11",
Expand Down
13 changes: 13 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ad7cf8

Please sign in to comment.