mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
chore(ci): eslint + prettier → biome (#325)
This commit is contained in:
@@ -5,7 +5,7 @@ export default {
|
||||
/** @param {string} message */
|
||||
(message) => {
|
||||
const lower = message.toLowerCase().trim();
|
||||
return ['wip'].some(word => lower.startsWith(word));
|
||||
return ['wip'].some((word) => lower.startsWith(word));
|
||||
},
|
||||
],
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user