mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-23 01:44:31 -06:00
20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
{
|
|
"rules": {
|
|
"strict": 0,
|
|
"no-console": 0,
|
|
"quotes": [
|
|
"error",
|
|
"single"
|
|
],
|
|
"semi": [
|
|
"error",
|
|
"always"
|
|
]
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"extends": "eslint:recommended"
|
|
}
|