Skip to content

Commit cb3a192

Browse files
committed
add hasSuggestions to support latest ESLint
1 parent f0f5abd commit cb3a192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/no-deprecated-colors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const deprecations = {...deprecatedVars, ...removedVars}
1010
module.exports = {
1111
meta: {
1212
type: 'suggestion',
13+
hasSuggestions: true,
1314
fixable: 'code',
1415
schema: [
1516
{

0 commit comments

Comments
 (0)