style: eslint ignore docs/

This commit is contained in:
harttle
2020-03-10 01:19:40 +08:00
parent 3aa47f6c85
commit 76f69db752
4 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -5,10 +5,10 @@ const { layout } = require('./layout')
const { memory } = require('./memory')
async function main () {
// await output()
// await tag()
// await demo()
// await layout()
await output()
await tag()
await demo()
await layout()
await memory()
}