1
0
Fork 0
mirror of https://github.com/datashard/snapshot.git synced 2025-05-04 15:47:22 +00:00
snapshot/.eslintrc
2023-02-20 19:17:38 +01:00

12 lines
172 B
Text

{
"extends": [
"plugin:cypress-dev/general"
],
"rules": {
"comma-dangle": "off",
"no-debugger": "warn"
},
"env": {
"node": true
}
}