Skip to content

Commit

Permalink
Some lint corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperrone committed Sep 1, 2020
1 parent e780e83 commit 5dbd909
Show file tree
Hide file tree
Showing 17 changed files with 3,012 additions and 3,329 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"endOfLine": "crlf",
"endOfLine": "lf",
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
Expand Down
4 changes: 2 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: ["@vue/cli-plugin-babel/preset"]
};
presets: ['@vue/cli-plugin-babel/preset'],
}
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
preset: "@vue/cli-plugin-unit-jest"
};
preset: '@vue/cli-plugin-unit-jest',
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-hotel-datepicker",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "A responsive date range picker for Vue.js that displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more",
"author": "krystalcampioni <[email protected]>",
"main": "dist/vueHotelDatepicker.common.js",
Expand Down
Loading

0 comments on commit 5dbd909

Please sign in to comment.