-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 deletions.
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 |
---|---|---|
@@ -1 +1,9 @@ | ||
# linting | ||
# VA Design System Mobile ESLint Configuration | ||
|
||
This package contains an ESLint config for use by consumers of the [VA Design System Mobile Component Library](https://www.npmjs.com/package/@department-of-veterans-affairs/mobile-component-library) to automatically issue deprecation notices when outdated components are being used. | ||
|
||
## Getting Started | ||
These steps assume you already have `eslint` installed for your project as a devDependency and configured correctly. | ||
1. Add `eslint-plugin-deprecate` as a devDependency to your project (peerDependency of package) | ||
2. Add `@department-of-veterans-affairs/eslint-config-mobile` as a devDependency to your project | ||
3. In your eslint config file, add to the `extends` attribute: `@department-of-veterans-affairs/mobile` |
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