21 lines
318 B
Plaintext
21 lines
318 B
Plaintext
{
|
|
"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
|
|
}
|
|
}
|