fix date picker

This commit is contained in:
Blake Blackshear
2022-03-11 07:32:36 -06:00
parent 1d8f1b24a9
commit deb3536cb2
3 changed files with 162 additions and 142 deletions

View File

@@ -15,7 +15,8 @@
"rules": {
"indent": ["error", 2, { "SwitchCase": 1 }],
"comma-dangle": ["error", { "objects": "always-multiline", "arrays": "always-multiline" }],
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
"no-console": "error"
},
"overrides": [
{