We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afd425 commit 439da7fCopy full SHA for 439da7f
src/rules/no-const-enum.ts
@@ -5,7 +5,7 @@ const noConstEnum = createRule({
5
meta: {
6
type: "problem",
7
docs: {
8
- description: "",
+ description: "Disallow the use of const enums",
9
category: "Best Practices",
10
recommended: "error",
11
},
src/rules/no-enum.ts
@@ -5,7 +5,7 @@ const noEnum = createRule({
+ description: "Disallow the use of enums",
0 commit comments