diff options
author | 2020-09-14 15:53:35 -0400 | |
---|---|---|
committer | 2020-09-14 14:53:35 -0500 | |
commit | 6d339762d762b669bb48b2977f40a83c48305a2d (patch) | |
tree | 5a4ca8ad9ed28ee93413f8dc5d3319aaea82455e /source/features/cleanup-repo-filelist-actions.tsx | |
parent | 1fd60ac7bed2201d4276a5368d4c5233715fac03 (diff) | |
download | refined-github-6d339762d762b669bb48b2977f40a83c48305a2d.tar.gz refined-github-6d339762d762b669bb48b2977f40a83c48305a2d.tar.zst refined-github-6d339762d762b669bb48b2977f40a83c48305a2d.zip |
Lint (#3540)
Diffstat (limited to 'source/features/cleanup-repo-filelist-actions.tsx')
-rw-r--r-- | source/features/cleanup-repo-filelist-actions.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/features/cleanup-repo-filelist-actions.tsx b/source/features/cleanup-repo-filelist-actions.tsx index f85a6993..2d181ab6 100644 --- a/source/features/cleanup-repo-filelist-actions.tsx +++ b/source/features/cleanup-repo-filelist-actions.tsx @@ -43,5 +43,8 @@ void features.add({ pageDetect.isRepoTree, pageDetect.isSingleFile ], + exclude: [ + pageDetect.isEmptyRepo + ], init }); |