SUI-Components / sui

Monorepo for SUI (Simple User Interface) packages.
169 stars 33 forks source link

feat(packages/eslint-plugin-sui): rephrase message for inlineErrorMissplace rule #1784

Closed jordevo closed 2 months ago

jordevo commented 2 months ago

Description

Rephrasing the message for this inlineError decorator rule.

Replacing this:

the inlineError decorator should be always the first

for this:

The inlineError decorator should always be closest to the execute method

Related Issue

Example