mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-12-12 20:24:53 -07:00
23 lines
281 B
Plaintext
23 lines
281 B
Plaintext
|
|
{
|
||
|
|
"rules": {
|
||
|
|
"indent": [
|
||
|
|
2,
|
||
|
|
"tab"
|
||
|
|
],
|
||
|
|
"strict": 0,
|
||
|
|
"no-console": 0,
|
||
|
|
"quotes": [
|
||
|
|
2,
|
||
|
|
"double"
|
||
|
|
],
|
||
|
|
"semi": [
|
||
|
|
2,
|
||
|
|
"always"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"env": {
|
||
|
|
"browser": true,
|
||
|
|
"node":true
|
||
|
|
},
|
||
|
|
"extends": "eslint:recommended"
|
||
|
|
}
|