Skip to content

Commit

Permalink
refactor: remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 committed Dec 13, 2023
1 parent 6a0b9a6 commit adab3b2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pleb.config.mjs
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
export default {
pinnedPackages: [
// {
// name: '@typescript-eslint/eslint-plugin',
// reason: 'drop node 14 and type issues with ESLintUtils.RuleCreator',
// },
// {
// name: '@typescript-eslint/parser',
// reason: 'drop node 14 and type issues with ESLintUtils.RuleCreator',
// },
// {
// name: '@typescript-eslint/utils',
// reason: 'drop node 14 and type issues with ESLintUtils.RuleCreator',
// },
{
name: 'flat',
reason: 'esm only',
Expand Down

0 comments on commit adab3b2

Please sign in to comment.