WikiContent using easy-markdown-editor
This commit is contained in:
14
js/easy-markdown-editor-master/cypress/.eslintrc
Normal file
14
js/easy-markdown-editor-master/cypress/.eslintrc
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"plugins": [
|
||||
"cypress"
|
||||
],
|
||||
"env": {
|
||||
"node": true,
|
||||
"es6": true,
|
||||
"cypress/globals": true
|
||||
},
|
||||
"extends": [
|
||||
"../.eslintrc",
|
||||
"plugin:cypress/recommended"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user