Skip to content

Commit

Permalink
v1.0.79
Browse files Browse the repository at this point in the history
Move rule
  • Loading branch information
eliottvincent committed May 24, 2024
1 parent 5636090 commit 6d7b422
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.78",
"version": "1.0.79",
"description": "Custom ESLint Rules for Crisp",
"author": "Crisp IM SAS",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions recommended-vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ module.exports = {
"semi-spacing": ["error", { "before": false, "after": true }],
"space-before-blocks": "error",
"space-in-parens": ["error", "never"],
"space-infix-ops": "error",

// Crisp JS rules
"crisp/enforce-optional": "error",
Expand Down
1 change: 0 additions & 1 deletion recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ module.exports = {
"semi-style": ["error", "last"],
"space-before-blocks": "error",
"space-in-parens": ["error", "never"],
"space-infix-ops": "error",

// Crisp JS rules
"crisp/align-consecutive-class-assignements": "error",
Expand Down

0 comments on commit 6d7b422

Please sign in to comment.