mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-21 13:42:28 +00:00
12 lines
172 B
Text
12 lines
172 B
Text
{
|
|
"extends": [
|
|
"plugin:cypress-dev/general"
|
|
],
|
|
"rules": {
|
|
"comma-dangle": "off",
|
|
"no-debugger": "warn"
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|