Skip to content

Commit

Permalink
Add eslint-plugin-chai-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkaygusuz committed Oct 14, 2024
1 parent 48eaa02 commit 6a86810
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
import pluginChaiFriendly from 'eslint-plugin-chai-friendly';
import pluginCypress from 'eslint-plugin-cypress/flat';
export default [pluginCypress.configs.globals, pluginCypress.configs.recommended];

export default [
pluginCypress.configs.globals,
pluginCypress.configs.recommended,
pluginChaiFriendly.configs.recommendedFlat
];
14 changes: 14 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@types/node": "^20.14.2",
"cypress": "^13.15.0",
"eslint": "^9.4.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-cypress": "^4.0.0",
"prettier": "3.3.3",
"typescript": "^5.4.5"
Expand Down

0 comments on commit 6a86810

Please sign in to comment.