Skip to content

Commit

Permalink
Too noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed Jun 17, 2024
1 parent be95e07 commit e5d1443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
rules: {
"n/no-unpublished-import": "off",
"n/no-missing-import": "off",
"n/no-unsupported-features/node-builtins": "off",
eqeqeq: ["error"],
"@typescript-eslint/no-shadow": 2,
semi: ["error", "always"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-two-stroke",
"description": "eslint settings for two-stroke.",
"license": "MIT",
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.13.0",
Expand Down

0 comments on commit e5d1443

Please sign in to comment.