feat: add all editors (#1098)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"amd": true,
|
||||
"node": true,
|
||||
"es6": true
|
||||
},
|
||||
"extends": [
|
||||
"@standardnotes/eslint-config-extensions"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 11
|
||||
},
|
||||
"globals": {
|
||||
"EasyMDE": true,
|
||||
"ComponentRelay": true,
|
||||
"Stylekit": true,
|
||||
"DOMPurify": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user