Skip to content

Commit

Permalink
Stylelint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Oct 14, 2019
1 parent 3d9c16b commit 4fc452a
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 74 deletions.
1 change: 0 additions & 1 deletion assets/scss/modules/listing/_filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
margin-bottom: $spacer;
}


&--controls {
flex: 1 1 100%;
text-align: right;
Expand Down
171 changes: 101 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "git://github.com/bolt/four.git"
},
"dependencies": {
"@vue/cli-service": "^3.11.0",
"@vue/cli-service": "^3.12.0",
"axios": "^0.19.0",
"baguettebox.js": "^1.11.0",
"bootbox": "^5.3.2",
Expand All @@ -47,7 +47,7 @@
"terser": "^4.3.6",
"tinycolor2": "^1.4.1",
"vue": "^2.6.10",
"vue-flatpickr-component": "^8.1.3",
"vue-flatpickr-component": "^8.1.4",
"vue-multiselect": "^2.1.6",
"vue-simplemde": "^1.0.0",
"vue-trumbowyg": "^3.4.2",
Expand All @@ -70,7 +70,7 @@
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
Expand Down

0 comments on commit 4fc452a

Please sign in to comment.