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.
This commit is contained in:
Nathan Shively-Sanders 2020-06-09 08:58:39 -07:00 committed by GitHub
parent 2417e188ba
commit e9c2bf1525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 64 deletions

View File

@ -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 <https://github.com/aaronbeall>
// 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 {};

View File

@ -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"
]
}

View File

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