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 - } -}