Skip to content

Commit

Permalink
chore: explicit eslint deps, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Nov 19, 2024
1 parent e48fcdf commit 4e60ef6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jspm_packages
# Optional REPL history
.node_repl_history
dist
.idea
.idea
.yarn/install-state.gz
Binary file removed .yarn/install-state.gz
Binary file not shown.
3 changes: 0 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export default tseslint.config({
eslint.configs.recommended,
...tseslint.configs.recommended,
],
settings: {
react: { version: 'detect' },
},
plugins: {
prettierPlugin,
'unused-imports': fixupPluginRules(unusedImportsPlugin),
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@types/json-schema": "^7.0.15",
"c8": "^10.1.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.12.0",
"nock": "^13.5.6",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.15.0":
"@eslint/js@npm:9.15.0, @eslint/js@npm:^9.15.0":
version: 9.15.0
resolution: "@eslint/js@npm:9.15.0"
checksum: 10c0/56552966ab1aa95332f70d0e006db5746b511c5f8b5e0c6a9b2d6764ff6d964e0b2622731877cbc4e3f0e74c5b39191290d5f48147be19175292575130d499ab
Expand Down Expand Up @@ -603,12 +603,14 @@ __metadata:
dependencies:
"@apidevtools/json-schema-ref-parser": "npm:^11.7.2"
"@eslint/compat": "npm:^1.2.3"
"@eslint/js": "npm:^9.15.0"
"@types/json-schema": "npm:^7.0.15"
c8: "npm:^10.1.2"
eslint: "npm:^9.15.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
eslint-plugin-unused-imports: "npm:^4.1.4"
globals: "npm:^15.12.0"
json-schema-walker: "npm:^2.0.0"
nock: "npm:^13.5.6"
openapi-types: "npm:^12.1.3"
Expand Down Expand Up @@ -1981,6 +1983,13 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^15.12.0":
version: 15.12.0
resolution: "globals@npm:15.12.0"
checksum: 10c0/f34e0a1845b694f45188331742af9f488b07ba7440a06e9d2039fce0386fbbfc24afdbb9846ebdccd4092d03644e43081c49eb27b30f4b88e43af156e1c1dc34
languageName: node
linkType: hard

"graceful-fs@npm:^4.2.6":
version: 4.2.11
resolution: "graceful-fs@npm:4.2.11"
Expand Down Expand Up @@ -3388,11 +3397,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=b45daf"
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
languageName: node
linkType: hard

Expand Down

0 comments on commit 4e60ef6

Please sign in to comment.