Skip to content

Commit

Permalink
chore(deps): update dependency eslint to version 8.56.0 🌟 (#1453)
Browse files Browse the repository at this point in the history
* chore(deps): update eslint to 8.56.0 🌟

* merge updates on prettier formatting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent 3646d38 commit 6159b8e
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 242 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
"cypress": "^13.6.1",
"dotenv": "16.0.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-prettier": "^5.0.0",
"express": "4.17.3",
"express-graphql": "0.12.0",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"noEmit": true,
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true,
"types": ["cypress"]
"types": ["cypress"],
},
"include": [
"src/**/*.cy.{js,ts,jsx,tsx}",
"scripts",
"backend",
"src/__tests__",
"cypress.d.ts",
"src/utils/portUtils.ts"
]
"src/utils/portUtils.ts",
],
}
Loading

0 comments on commit 6159b8e

Please sign in to comment.