Skip to content

Commit

Permalink
Merge pull request #8 from abailly-akamai/M3-8552-update
Browse files Browse the repository at this point in the history
M3-8552 - add doc link to eslint warning
  • Loading branch information
abailly-akamai authored Sep 17, 2024
2 parents fa67b43 + 766b7d9 commit 927bb5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linode/eslint-plugin-cloud-manager",
"version": "0.0.4",
"version": "0.0.5",
"author": "Alban Bailly",
"private": false,
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/rules/deprecate-formik.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export const deprecateFormik: Rule.RuleModule = {
meta: {
type: 'suggestion',
docs: {
description: 'Warn about Formik being deprecated in favor of react-hook-form',
description: 'Warn about Formik being deprecated in favor of react-hook-form.',
category: 'Best Practices',
recommended: false,
},
messages: {
formikUsage: 'Formik is being deprecated. Please use react-hook-form.',
formikUsage: 'Formik is being deprecated. Please use react-hook-form. Learn more at https://linode.github.io/manager/development-guide/15-composition.html#form-composition',
},
},
create(context) {
Expand Down

0 comments on commit 927bb5a

Please sign in to comment.