Skip to content

Commit 95c4d4d

Browse files
authored
Fix typos and remove unused deps (#58)
1 parent bea03b8 commit 95c4d4d

File tree

4 files changed

+5
-99
lines changed

4 files changed

+5
-99
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ type PrimaryType = ButtonVariants["primary"];
258258

259259
## CLI Tool (Experimental)
260260

261-
We have included a CLI tool that allows you to generate components from CSS and SCSS files which confirm to a specific naming convention. This is highly experimental and is subject to change.
261+
We have included a CLI tool that allows you to generate components from CSS and SCSS files which conform to a specific naming convention. This is highly experimental and is subject to change.
262262

263263
Consider this CSS file:
264264

@@ -294,7 +294,7 @@ nav.topBar {
294294
}
295295
```
296296

297-
You can generate a component from this files with the following command:
297+
You can generate a component from these files with the following command:
298298

299299
```bash
300300
# For CSS

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/
44
module.exports = {
55
roots: ["<rootDir>/test"],
6+
testEnvironment: "jsdom",
67
transform: {
78
"^.+\\.tsx?$": "ts-jest",
89
},

package-lock.json

Lines changed: 1 addition & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,16 @@
4949
"devDependencies": {
5050
"@babel/preset-env": "^7.20.2",
5151
"@babel/preset-typescript": "^7.18.6",
52+
"@eslint/js": "^9.28.0",
5253
"@testing-library/jest-dom": "^5.16.5",
5354
"@testing-library/react": "^13.4.0",
54-
"@types/eslint": "^9.6.1",
55-
"@types/glob": "^8.0.0",
56-
"@types/jest": "^29.2.3",
5755
"@types/react": "^18.0.25",
5856
"@typescript-eslint/eslint-plugin": "^8.33.1",
5957
"@typescript-eslint/parser": "^8.33.1",
6058
"eslint": "^9.28.0",
6159
"eslint-config-prettier": "^10.1.5",
6260
"eslint-import-resolver-typescript": "^4.4.2",
6361
"eslint-plugin-import": "^2.31.0",
64-
"eslint-plugin-prettier": "^5.4.1",
6562
"eslint-plugin-react": "^7.37.5",
6663
"eslint-plugin-react-hooks": "^5.2.0",
6764
"expect-type": "^1.2.1",

0 commit comments

Comments
 (0)