Skip to content

Commit

Permalink
remove unused component, CRLF to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
saha80 authored and leineveber committed Feb 27, 2023
1 parent ce002f8 commit 7298444
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 36 deletions.
8 changes: 0 additions & 8 deletions src/components/common/BaseHashTag/BaseHashTag.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ export const RemoveTagIcon = styled(CloseOutlined)`
cursor: pointer;
`;

// https://github.com/rcdexta/react-trello/blob/68cfec88a14312da00a5ca0e1a29bc8de40321d8/src/styles/Base.js#L210
export const TagSpan = styled.span`
padding: 2px 3px;
border-radius: 3px;
margin: 2px 5px;
font-size: 70%;
`;

export const TagWrapper = styled.span`
border-radius: 0.5rem;
display: flex;
Expand Down
56 changes: 28 additions & 28 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"extends": "./tsconfig.paths.json",
"compilerOptions": {
"baseUrl": "./src/",
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src"
]
}
{
"extends": "./tsconfig.paths.json",
"compilerOptions": {
"baseUrl": "./src/",
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src"
]
}

0 comments on commit 7298444

Please sign in to comment.