Skip to content

Commit

Permalink
feat(cc-input-date): init component
Browse files Browse the repository at this point in the history
Fixes #842
  • Loading branch information
pdesoyres-cc committed Sep 26, 2023
1 parent 2defa38 commit c85d21d
Show file tree
Hide file tree
Showing 20 changed files with 2,805 additions and 528 deletions.
1,107 changes: 586 additions & 521 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"@web/dev-server-storybook": "^0.5.4",
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
"@web/test-runner": "^0.14.0",
"@web/test-runner-chrome": "^0.11.0",
"@web/test-runner-commands": "^0.6.4",
"@web/test-runner-mocha": "^0.7.5",
"babel-loader": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
'rules': {
'import/no-extraneous-dependencies': ['error', {
'devDependencies': false,
'devDependencies': ["**/*.test.js"],
'optionalDependencies': false,
'peerDependencies': false,
}],
Expand Down
Loading

0 comments on commit c85d21d

Please sign in to comment.