mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-23 09:54:28 -06: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"
|
||
|
}
|