Skip to content

Commit

Permalink
feat(packages/eslint-plugin-sui): rephrase message for inlineErrorMis…
Browse files Browse the repository at this point in the history
…place rule
  • Loading branch information
jordevo committed Jul 3, 2024
1 parent a3199a6 commit c0d8b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-sui/src/rules/decorators.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
Your tracer decorator should be call always with the name of your class
`,
inlineErrorMissplace: dedent`
the inlineError decorator should be always the first
The inlineError decorator should always be closest to the execute method
`
}
},
Expand Down

0 comments on commit c0d8b2e

Please sign in to comment.