Files
typegame/.eslintrc.json
2022-03-05 15:35:54 +01:00

9 lines
90 B
JSON

{
"plugins": [
"cypress"
],
"extends": [
"plugin:cypress/recommended"
]
}