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