chore: init

This commit is contained in:
Anthony Fu
2019-07-18 03:27:54 +08:00
commit fbd74ebebc
7 changed files with 302 additions and 0 deletions

10
packages/vue/index.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
parser: '@typescript-eslint/parser',
extends: [
'@antfu/eslint-config',
],
plugins: [
],
rules: {
}
}