hrms-manual/node_modules/eslint-plugin-cypress/.eslintrc.json

9 lines
96 B
JSON
Raw Normal View History

2023-09-06 14:51:44 +07:00
{
"plugins": [
"@cypress/dev"
],
"extends": [
"plugin:@cypress/dev/general"
]
}