Update
This commit is contained in:
@ -92,6 +92,6 @@ const unicornRules: Partial<UnicornRulesObject> = {
|
||||
};
|
||||
|
||||
export const unicorn = defineMiddleware((config, { addRules }) => {
|
||||
config.extends.push('plugin:unicorn/recommended');
|
||||
config.plugins.push('unicorn');
|
||||
addRules(unicornRules);
|
||||
});
|
||||
|
Reference in New Issue
Block a user