hrms-manual/node_modules/eslint-plugin-cypress/.eslintrc.json
2023-09-06 14:51:44 +07:00

8 lines
96 B
JSON

{
"plugins": [
"@cypress/dev"
],
"extends": [
"plugin:@cypress/dev/general"
]
}