From e9c2bf1525b8bc23b4380cd9c3997d34a74d5467 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Tue, 9 Jun 2020 08:58:39 -0700 Subject: [PATCH] Remove react-bootstrap@1 (#45081) Nobody seems to want it, but I think there's a technical reason I can't delete it. I can't remember, so I'm going to let the bot tell me. --- types/react-bootstrap/v1/index.d.ts | 11 --------- types/react-bootstrap/v1/tsconfig.json | 33 -------------------------- types/react-bootstrap/v1/tslint.json | 20 ---------------- 3 files changed, 64 deletions(-) delete mode 100644 types/react-bootstrap/v1/index.d.ts delete mode 100644 types/react-bootstrap/v1/tsconfig.json delete mode 100644 types/react-bootstrap/v1/tslint.json diff --git a/types/react-bootstrap/v1/index.d.ts b/types/react-bootstrap/v1/index.d.ts deleted file mode 100644 index 1682dba19a..0000000000 --- a/types/react-bootstrap/v1/index.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -// Type definitions for react-bootstrap 1.0 -// Project: https://github.com/react-bootstrap/react-bootstrap, https://react-bootstrap.github.io -// Definitions by: Aaron Beall -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 - -/** - * This is a stub types definition for react-bootstrap. React-bootstrap provides its own type definitions for v1.0.0, - * so you don't need @types/react-bootstrap installed! - */ -export {}; diff --git a/types/react-bootstrap/v1/tsconfig.json b/types/react-bootstrap/v1/tsconfig.json deleted file mode 100644 index 7843fb94c0..0000000000 --- a/types/react-bootstrap/v1/tsconfig.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "baseUrl": "../../", - "jsx": "react", - "typeRoots": [ - "../../" - ], - "paths": { - "react-bootstrap": [ - "react-bootstrap/v1" - ], - "react-bootstrap/*": [ - "react-bootstrap/v1/*" - ] - }, - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "noUnusedLocals": false - }, - "files": [ - "index.d.ts" - ] -} diff --git a/types/react-bootstrap/v1/tslint.json b/types/react-bootstrap/v1/tslint.json deleted file mode 100644 index 715f56fb52..0000000000 --- a/types/react-bootstrap/v1/tslint.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "dtslint/dt.json", - "rules": { - "ban-types": false, - "callable-types": false, - "jsdoc-format": false, - "member-access": false, - "no-consecutive-blank-lines": false, - "no-duplicate-imports": false, - "no-padding": false, - "no-self-import": false, - "no-unnecessary-qualifier": false, - "semicolon": false, - "space-within-parens": false, - "strict-export-declare-modifiers": false, - "trim-file": false, - "typedef-whitespace": false, - "whitespace": false - } -}