mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-06-27 13:11:01 -06:00
15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
{
|
|
"plugins": [
|
|
"cypress"
|
|
],
|
|
"env": {
|
|
"node": true,
|
|
"es6": true,
|
|
"cypress/globals": true
|
|
},
|
|
"extends": [
|
|
"../.eslintrc",
|
|
"plugin:cypress/recommended"
|
|
]
|
|
}
|