mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-22 06:02:29 +00:00
11 lines
135 B
Text
11 lines
135 B
Text
{
|
|
"extends": [
|
|
"plugin:cypress-dev/general"
|
|
],
|
|
"rules": {
|
|
"comma-dangle": ["off"]
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|