Skip to content

Commit

Permalink
areOptionsValid undo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 24, 2023
1 parent 4563dee commit 55b9753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-plugin/tests/areOptionsValid.test.ts
Expand Up @@ -4,8 +4,7 @@ import { areOptionsValid } from './areOptionsValid';
const exampleRule = createRule<['value-a' | 'value-b'], never>({
name: 'my-example-rule',
meta: {
deprecated: true,
type: 'layout',
type: 'suggestion',
docs: {
description: 'Detects something or other',
},
Expand Down

0 comments on commit 55b9753

Please sign in to comment.