using simplemde instead of acedoc

This commit is contained in:
2017-06-19 14:43:54 -07:00
parent 10600fbbda
commit d683b94c77
20 changed files with 38186 additions and 22 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"rules": {
"indent": [
2,
"tab"
],
"strict": 0,
"no-console": 0,
"quotes": [
2,
"double"
],
"semi": [
2,
"always"
]
},
"env": {
"browser": true,
"node":true
},
"extends": "eslint:recommended"
}