Skip to content

Commit 291996f

Browse files
committed
Fix ESLint problems
1 parent 0ae5218 commit 291996f

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ yarn-debug.log*
2323
yarn-error.log*
2424

2525
.eslintcache
26+
*.tsbuildinfo
27+
*.tsbuildinfo
2628
*.tsbuildinfo

.vscode/settings.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"cSpell.words": ["randomcolor", "TTFB"]
2+
"cSpell.words": [
3+
"browserslist",
4+
"flowtype",
5+
"pjct",
6+
"randomcolor",
7+
"sonarjs",
8+
"TTFB"
9+
]
310
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/testing-library__jest-dom": "^5.14.3",
4747
"@typescript-eslint/eslint-plugin": "5.22.0",
4848
"@typescript-eslint/parser": "5.22.0",
49-
"@upleveled/eslint-config-upleveled": "2.10.0",
49+
"@upleveled/eslint-config-upleveled": "2.10.2",
5050
"@upleveled/eslint-plugin-upleveled": "2.1.5",
5151
"eslint": "8.14.0",
5252
"eslint-config-react-app": "7.0.1",

src/ColorBox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function ColorBox() {
4242
<br />
4343
<br />
4444

45-
<h3>Make your own color block (all values are optional):</h3>
45+
<h3>Make your own color block (all values are optional): </h3>
4646
<br />
4747
<div className="input">
4848
<div>color hue: </div>

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2116,10 +2116,10 @@
21162116
"@typescript-eslint/types" "5.22.0"
21172117
eslint-visitor-keys "^3.0.0"
21182118

2119-
"@upleveled/[email protected].0":
2120-
version "2.10.0"
2121-
resolved "https://registry.npmjs.org/@upleveled/eslint-config-upleveled/-/eslint-config-upleveled-2.10.0.tgz"
2122-
integrity sha512-/rJnFslA5s88jB30ueMyxlc4wEVX/6qMiaaSS6y1smAc3GMmfwTq+TWZ/NW3sYT1KH2FTbmmmPcP6QBbrNyvdA==
2119+
"@upleveled/[email protected].2":
2120+
version "2.10.2"
2121+
resolved "https://registry.yarnpkg.com/@upleveled/eslint-config-upleveled/-/eslint-config-upleveled-2.10.2.tgz#dd8e7973170c0fa3338ef88e78e693e195aa5e99"
2122+
integrity sha512-zIzekg4HAd7rGACF0L2YGyl1t/3I6Kuw7aP01cFam7NIpxB6eEnCAGoR2CoTvIGEzyxQRrBAJAYv/KbFMDy7Ow==
21232123

21242124
"@upleveled/[email protected]":
21252125
version "2.1.5"

0 commit comments

Comments
 (0)