Skip to content

Commit

Permalink
Merge pull request #91 from lana/bundle-with-vue
Browse files Browse the repository at this point in the history
Fix packing bundle with vue
  • Loading branch information
José Ortiz authored Sep 1, 2021
2 parents 08ca8ab + e7e4fb7 commit a4a6d7a
Show file tree
Hide file tree
Showing 7 changed files with 5,045 additions and 26,009 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
},
extends: [
'plugin:vue/vue3-essential',
'@vue/airbnb',
'airbnb-base',
],
plugins: ['fp'],
ignorePatterns: [
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- next

jobs:
build:
Expand Down
Loading

0 comments on commit a4a6d7a

Please sign in to comment.