-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update whisk to use official emulsify-core release
BREAKING CHANGE
- Loading branch information
Callin Mullaney
committed
Jun 8, 2024
1 parent
251eee6
commit 4247d9c
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module.exports = { | ||
// A11y linting is done on a component-by-component | ||
// basis, which results in the linter reporting some errors that | ||
// should be ignored. These codes and descriptions allow for those | ||
// errors to be targeted specifically. | ||
ignore: { | ||
codes: [], | ||
descriptions: [], | ||
}, | ||
// List of storybook component IDs defined and used in this project. | ||
components: [], | ||
}; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters