Skip to content

Commit

Permalink
add strict equality eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy committed Jan 11, 2024
1 parent fc6fb3d commit 31c48d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ module.exports = {
varsIgnorePattern: "^_",
},
], // ignore unused variables starting with underscore
eqeqeq: ["error", "always"],
},
};

0 comments on commit 31c48d4

Please sign in to comment.