This commit is contained in:
Alex
2023-08-01 19:58:42 -04:00
parent a27416f190
commit 574ff427d1
4 changed files with 19 additions and 21 deletions

View File

@ -227,6 +227,4 @@ main('./eslint-plugin-import/src/index.js', './dist/import/index.js');
main('./eslint-plugin-jsx-a11y/src/index.js', './dist/jsx-a11y/index.js');
main('./eslint-plugin-react-hooks/index.ts', './dist/react-hooks/index.js');
main('./eslint-plugin-n/lib/index.js', './dist/n/index.js');
main('./src/add-alias.ts', './dist/add-alias.js');
main('./src/remove-alias.ts', './dist/remove-alias.js');
main('./src/rules/index.ts', './dist/rules/index.js');