Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Jun 22, 2024
1 parent 7df248f commit d793637
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
17 changes: 0 additions & 17 deletions packages/snap/.depcheckrc.json

This file was deleted.

17 changes: 0 additions & 17 deletions packages/snap/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
module.exports = {
extends: ['../../.eslintrc.js'],
parserOptions: {
tsconfigRootDir: __dirname,
},

ignorePatterns: ['!.eslintrc.js', 'dist/'],
overrides: [
{
files: ['*.ts', '*.tsx'],
rules: {
'@typescript-eslint/no-shadow': [
'error',
{
allow: ['Text'],
},
],
},
},
],
};

0 comments on commit d793637

Please sign in to comment.