Skip to content

Commit

Permalink
v1.0.43
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
eliottvincent committed Aug 4, 2023
1 parent 9a953b9 commit a9b94c5
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
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-crisp",
"version": "1.0.42",
"version": "1.0.43",
"description": "Custom EsLint Rules for Crisp",
"main": "index.js",
"author": "Crisp IM SAS",
Expand Down
2 changes: 1 addition & 1 deletion recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ module.exports = {
"crisp/align-one-var": "error",
"crisp/align-requires": "error",
"crisp/const": "error",
"crisp/constructor-variables": "error"
"crisp/constructor-variables": "error",
"crisp/header-check": "error",
"crisp/header-comments-check": "error",
"crisp/methods-naming": "error",
Expand Down

0 comments on commit a9b94c5

Please sign in to comment.