@kissmy/vue-hotel-datepicker
Version:
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
34 lines (33 loc) • 658 B
JSON
{
"endOfLine": "lf",
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"trailingComma": "all",
"insertPragma": false,
"overrides": [
{
"files": [
"*.php",
"*.yml",
"*.yaml"
],
"options": {
"tabWidth": 4
}
},
{
"files": [
"*.js"
],
"options": {
"tabWidth": 4
}
}
],
"plugins": [
"eslint-plugin-prettier"
]
}