Compare commits

..

3 Commits

Author SHA1 Message Date
73a4f4e595 chore: convert everything to vue sfc 2018-09-08 17:39:46 -07:00
421ec9f0db chore: add and configure poi 2018-09-08 16:25:05 -07:00
49ef9a6155 chore: fix linting script 2018-09-08 16:21:20 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"module": "index.mjs", "module": "index.mjs",
"private": true, "private": true,
"scripts": { "scripts": {
"lint": "eslint \"packages/*/*.{js,mjs,vue}\" \"packages/*/src/**/*.{js,mjs,vue}\"", "lint": "eslint \"packages/**/*.{js,mjs,vue}\" \"packages/**/src/**/*.{js,mjs,vue}\"",
"precommit": "lint-staged", "precommit": "lint-staged",
"version": "auto-changelog -p && auto-authors && git add CHANGELOG.md AUTHORS.md", "version": "auto-changelog -p && auto-authors && git add CHANGELOG.md AUTHORS.md",
"start": "node .", "start": "node .",