feat: a bunch of examples

This commit is contained in:
2019-03-15 13:32:27 -07:00
parent 8aa4af62af
commit e6c8a5106d
18 changed files with 423 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-env node */
module.exports = {
entry: 'src/index',
plugins: ['@poi/plugin-eslint'],
// plugins: ['@poi/plugin-eslint'],
};