This commit is contained in:
harttle
2017-04-24 21:31:30 +08:00
parent 82f84d96c1
commit 2632e3e97e
50 changed files with 3941 additions and 3903 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "standard",
"env": {
"browser": true,
"node": true
},
"plugins": [
"standard",
"promise"
]
}