Skip to content

Commit 0b1aaac

Browse files
authored
Remove unused recommended field from snippets
1 parent b472260 commit 0b1aaac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module.exports = {
3535
docs: {
3636
description: 'disallow identifiers',
3737
category: 'Possible Errors',
38-
recommended: false,
3938
},
4039
schema: [],
4140
},
@@ -97,7 +96,6 @@ export default {
9796
docs: {
9897
description: 'disallow identifiers',
9998
category: 'Possible Errors',
100-
recommended: false,
10199
},
102100
schema: [],
103101
},

0 commit comments

Comments
 (0)