Skip to content

Commit

Permalink
Update dependency @ota-meshi/eslint-plugin to ^0.13.0 (#178)
Browse files Browse the repository at this point in the history
* Update dependency @ota-meshi/eslint-plugin to ^0.13.0

* fix: lint error

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
  • Loading branch information
renovate[bot] and ota-meshi committed Sep 30, 2022
1 parent 99da0af commit 903d11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@actions/core": "^1.2.6",
"@ota-meshi/eslint-plugin": "^0.12.0",
"@ota-meshi/eslint-plugin": "^0.13.0",
"@types/debug": "^4.1.5",
"@types/eslint": "^8.0.0",
"@types/eslint-scope": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function loadTestCases(
try {
// writeFixtures(ruleName, inputFile, { force: true })
errors = fs.readFileSync(errorFile, "utf8");
} catch (e) {
} catch (_e) {
writeFixtures(ruleName, inputFile);
errors = fs.readFileSync(errorFile, "utf8");
}
Expand Down

0 comments on commit 903d11f

Please sign in to comment.