Skip to content

Commit

Permalink
Merge a3c07f2 into 8b8d7bb
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2023
2 parents 8b8d7bb + a3c07f2 commit d289560
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eleven-humans-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-json-schema-validator": patch
---

fix(deps): update dependency toml-eslint-parser to ^0.7.0
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ module.exports = {
selector: "method",
format: null,
},
{
selector: "import",
format: null,
},
],
"@typescript-eslint/no-non-null-assertion": "off",
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jsonc-eslint-parser": "^2.0.0",
"minimatch": "^8.0.0",
"synckit": "^0.8.0",
"toml-eslint-parser": "^0.6.0",
"toml-eslint-parser": "^0.7.0",
"tunnel-agent": "^0.6.0",
"yaml-eslint-parser": "^1.0.0"
},
Expand Down

0 comments on commit d289560

Please sign in to comment.