Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed Dec 16, 2024
1 parent e838dfc commit 9f430bc
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 110 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { fixupPluginRules, fixupConfigRules } from "@eslint/compat";
import eslintConfigPrettier from "eslint-config-prettier";

export default [
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
js.configs.recommended,
...typescriptEslint.configs.recommended,
...typescriptEslint.configs.recommendedTypeChecked,
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
"name": "eslint-config-two-stroke",
"description": "eslint settings for two-stroke.",
"license": "MIT",
"version": "1.1.6",
"version": "1.1.7",
"main": "index.js",
"dependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vitest": "^0.5.4",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.18.1"
},
"packageManager": "yarn@4.3.0",
"prettier": {
"printWidth": 80
},
"devDependencies": {
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9f430bc

Please sign in to comment.