1
0
Fork 0
mirror of https://github.com/datashard/snapshot.git synced 2025-01-03 06:57:35 +00:00
snapshot/.eslintrc
2017-12-10 13:28:34 -05:00

12 lines
160 B
Text

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