Skip to content

Commit

Permalink
Merge pull request #356 from department-of-veterans-affairs/linting/2…
Browse files Browse the repository at this point in the history
…53-roettger-LoadingIndicatorLintingRule

[Linting] Add Loading indicator linting rule
  • Loading branch information
TimRoe authored Jun 24, 2024
2 parents ad613ba + 9201f44 commit 7eb56cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/linting/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ module.exports = {
module: 'components',
use: 'Alert from @department-of-veterans-affairs/mobile-component-library',
},
{
name: 'LoadingComponent',
module: 'components',
use: 'LoadingIndicator 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.15.0",
"version": "0.17.1",
"description": "VA Design System Mobile ESLint Configuration",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7eb56cc

Please sign in to comment.