This commit is contained in:
2019-03-14 15:16:11 -07:00
commit 8aa4af62af
11 changed files with 7467 additions and 0 deletions

5
poi.config.js Normal file
View File

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