Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ans <[email protected]>
  • Loading branch information
wpears and anselmbradford authored Dec 20, 2024
1 parent 5f073ea commit 652ee1f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,15 @@ export default [
// Some plugins are automatically included.
// plugins: {},
rules: {
'import/no-unresolved': 0,
'import/no-unresolved': [
2,
{
ignore: [
'@cfpb/cfpb-design-system$',
'@cfpb/cfpb-design-system/icons/.+.svg$',
],
},
],
'jsdoc/require-hyphen-before-param-description': ['warn', 'always'],
'no-console': ['warn'],
'no-use-before-define': ['error', 'nofunc'],
Expand Down

0 comments on commit 652ee1f

Please sign in to comment.