Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 11, 2024
1 parent d7e3d0f commit eae4c35
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 176 deletions.
1 change: 0 additions & 1 deletion compare/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const getConfigurationPluginNames = async (configuration) => {
};

const getPluginRules = (pluginName) => {
// eslint-disable-next-line import/no-dynamic-require
const { rules } = require(
pluginName.startsWith('@')
? pluginName + '/eslint-plugin'
Expand Down
Loading

0 comments on commit eae4c35

Please sign in to comment.