Skip to content

Commit

Permalink
Merge pull request #214 from Zextras/devel-to-release-20230228
Browse files Browse the repository at this point in the history
Devel to release 20230228
  • Loading branch information
beawar authored Feb 28, 2023
2 parents dec36e8 + dd8763b commit b21d0d4
Show file tree
Hide file tree
Showing 39 changed files with 5,197 additions and 7,868 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @Zextras/shuffled-waffles @Zextras/smoky-beans @Zextras/the-dexters
* @Zextras/shuffled-waffles @Zextras/smoky-beans @Zextras/crabonions
5 changes: 5 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname $0)/_/husky.sh"

npm run build:clean
npm run build
9 changes: 0 additions & 9 deletions commitlint.config.js

This file was deleted.

16 changes: 16 additions & 0 deletions commitlint.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com>
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
import type { UserConfig } from '@commitlint/types';

const Configuration: UserConfig = {
/*
* Resolve and load @commitlint/config-conventional from node_modules.
* Referenced packages must be installed
*/
extends: ['@commitlint/config-conventional']
};

export default Configuration;
Loading

0 comments on commit b21d0d4

Please sign in to comment.