Skip to content

Commit

Permalink
Merge pull request #227 from department-of-veterans-affairs/feature/1…
Browse files Browse the repository at this point in the history
…82-narin-update-linting-link

[Feature] Link component - Update linting package
  • Loading branch information
narin authored Mar 14, 2024
2 parents 5878f14 + 1b3b408 commit 07f8cfa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/linting/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ module.exports = {
module: 'components',
use: 'Button from @department-of-veterans-affairs/mobile-component-library',
},
{
name: 'ClickForActionLink',
module: 'components',
use: 'Link from @department-of-veterans-affairs/mobile-component-library',
},
{
name: 'ClickToCallPhoneNumber',
module: 'components',
use: 'Link from @department-of-veterans-affairs/mobile-component-library',
},
{
name: 'AttachmentLink',
module: 'components',
use: 'Link from @department-of-veterans-affairs/mobile-component-library',
},
],
},
}
2 changes: 1 addition & 1 deletion packages/linting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/eslint-config-mobile",
"version": "0.3.0",
"version": "0.11.0",
"description": "VA Design System Mobile ESLint Configuration",
"repository": {
"type": "git",
Expand Down

0 comments on commit 07f8cfa

Please sign in to comment.