Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 3894c41

Browse files
authored
fix: upgrade eslint, deps, cleanup unused code (#5)
* fix: remove unused react space * fix: more updates and cleanup * fix: remove committed tar * fix: update eslint to 8 latest * fix: update typescript to 5.7.3 * fix: further eslint updates * fix: update typos, version * fix: update stylistic links
1 parent 9603748 commit 3894c41

23 files changed

+253
-1569
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spscommerce/typescript",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "SPS official style guides and lint configs for frontend development, forked from airbnb/javascript",
55
"private": true,
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"homepage": "https://github.com/SPSCommerce/typescript",
3333
"devDependencies": {
3434
"@types/eslint": "^7.28.0",
35-
"eslint": "^8.56.0",
36-
"typescript": "^5.3.3"
35+
"eslint": "^8.57.1",
36+
"typescript": "^5.7.3"
3737
}
3838
}

pnpm-lock.yaml

Lines changed: 158 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
packages:
2-
# - css-in-js
3-
# - react
42
- typescript

react/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

react/.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)