Skip to content

Commit

Permalink
(clean): remove some unnecessary internal declarations (#637)
Browse files Browse the repository at this point in the history
- these either aren't directly used in the code or are outdated and no
  longer used in general
  • Loading branch information
agilgur5 authored Mar 24, 2020
1 parent 6e34b20 commit 985a97b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ declare module 'jpjs';
declare module 'ora';
declare module 'tiny-glob/sync';
declare module 'ansi-escapes';
declare module 'eslint-config-react-app';

// Patch Babel
// @see line 226 of https://unpkg.com/@babel/[email protected]/lib/index.js
Expand All @@ -14,7 +13,6 @@ declare module '@babel/core' {
}

// Rollup plugins
declare module '@jaredpalmer/rollup-plugin-preserve-shebang';
declare module 'rollup-plugin-babel';
declare module 'rollup-plugin-size-snapshot';
declare module 'rollup-plugin-terser';
Expand Down

0 comments on commit 985a97b

Please sign in to comment.