Skip to content

Commit

Permalink
chore: Update eslint configuration to use explicit fixAll.eslint value
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jun 27, 2024
1 parent 7df7ac8 commit ca5c20d
Show file tree
Hide file tree
Showing 4 changed files with 2,976 additions and 2,609 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"editor.formatOnSave": false
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript", "js", "typescript"],
"typescript.tsdk": "node_modules/typescript/lib",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pnpm test

## Credits

- [`unjs`](https://github.com/unjs): for `unjs/h3`, `unjs/ofetch` and `unjs/listhen`
- [`unjs`](https://github.com/unjs): for `unjs/h3` and `unjs/ofetch`
- [`fast-xml-parser`](https://github.com/NaturalIntelligence/fast-xml-parser): for XML parsing
- [`vue`](https://github.com/vuejs/core): for render functions used to render HTML

Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"main": "index.js",
"scripts": {
"start": "tsx ./dist/node.js",
"start:listhen": "listhen --public=false ./dist/index.js",
"dev": "tsx --watch ./src/node.ts",
"dev:listhen": "listhen -w ./src/index.ts",
"build": "tsup",
"build:fix": "esno scripts/postbuild.ts",
"test": "vitest",
Expand All @@ -31,7 +29,6 @@
"fast-xml-parser": "^4.3.2",
"h3": "^1.8.2",
"jsonwebtoken": "^9.0.2",
"listhen": "^1.5.5",
"node-cron": "^3.0.2",
"ofetch": "^1.3.3",
"sanitize-html": "^2.11.0",
Expand Down
Loading

0 comments on commit ca5c20d

Please sign in to comment.