Skip to content

Commit bb45767

Browse files
fix(deps): update dependency toml-eslint-parser to ^0.7.0 (#257)
* fix(deps): update dependency toml-eslint-parser to ^0.7.0 * Create eleven-humans-pump.md * Update .eslintrc.js --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent 8b8d7bb commit bb45767

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/eleven-humans-pump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-json-schema-validator": patch
3+
---
4+
5+
fix(deps): update dependency toml-eslint-parser to ^0.7.0

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ module.exports = {
133133
selector: "method",
134134
format: null,
135135
},
136+
{
137+
selector: "import",
138+
format: null,
139+
},
136140
],
137141
"@typescript-eslint/no-non-null-assertion": "off",
138142
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"jsonc-eslint-parser": "^2.0.0",
5959
"minimatch": "^8.0.0",
6060
"synckit": "^0.8.0",
61-
"toml-eslint-parser": "^0.6.0",
61+
"toml-eslint-parser": "^0.7.0",
6262
"tunnel-agent": "^0.6.0",
6363
"yaml-eslint-parser": "^1.0.0"
6464
},

0 commit comments

Comments
 (0)