@next/eslint-plugin-next 15.4.6 → 15.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -138,10 +138,10 @@ module.exports = (0, _definerule.defineRule)({
138
138
  });
139
139
  break;
140
140
  }
141
+ case 'ClassDeclaration':
142
+ break;
141
143
  default:
142
- {
143
- break;
144
- }
144
+ decl;
145
145
  }
146
146
  return;
147
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/eslint-plugin-next",
3
- "version": "15.4.6",
3
+ "version": "15.5.3",
4
4
  "description": "ESLint plugin for Next.js.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",