Skip to content

Commit

Permalink
fix(style/spaced-comment): should ignore hot comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev committed Nov 16, 2024
1 parent d1979f3 commit 5898686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/stylistic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export async function stylistic(
},
],
"style/quotes": ["error", "double"],
"style/spaced-comment": ["error", "always", { markers: ["!native", "!optimize"] }],
},
},
];
Expand Down

0 comments on commit 5898686

Please sign in to comment.