mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
27 lines
356 B
Plaintext
27 lines
356 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",
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module"
|
|
}
|
|
} |