Skip to content

Commit

Permalink
feat(plugin): update to support eslint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed May 15, 2024
1 parent b640c6f commit 5717de3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,13 @@ for (const plugin of importedPlugins) {
}

const plugin = {
meta: {
name: 'eslint-plugin-disable-autofix',
version: '1.0.0',
},
configs: {},
rules: disabledRules,
processors: {},
};

export default plugin;

0 comments on commit 5717de3

Please sign in to comment.