1
0
Fork 0
mirror of https://github.com/datashard/snapshot.git synced 2025-05-24 15:37:21 +00:00
snapshot/.eslintrc
2017-12-09 22:22:23 -05:00

11 lines
135 B
Text

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