2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-27 13:11:01 -06:00
Jeroen Akkerman c84af4c3ed Fix hyperlink doubling
Closes #25
Closes #95
Closes #281
2022-06-16 10:52:01 +02:00

28 lines
482 B
Plaintext

{
"root": true,
"rules": {
"strict": 0,
"no-console": 0,
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
],
"comma-dangle": [
"error",
"always-multiline"
]
},
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2018
},
"extends": "eslint:recommended"
}