mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 04:59:02 +08:00
chore: commitlint config is updated to ts
This commit is contained in:
parent
dbe68c064c
commit
450407d0bf
@ -1 +0,0 @@
|
|||||||
module.exports = { extends: ['@commitlint/config-conventional'] };
|
|
1
frontend/commitlint.config.ts
Normal file
1
frontend/commitlint.config.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export default { extends: ['@commitlint/config-conventional'] };
|
@ -32,8 +32,8 @@
|
|||||||
"./conf/default.conf",
|
"./conf/default.conf",
|
||||||
"./public",
|
"./public",
|
||||||
"./tests",
|
"./tests",
|
||||||
"playwright.config.ts",
|
"./playwright.config.ts",
|
||||||
"./commitlint.config.js",
|
"./commitlint.config.ts",
|
||||||
"./webpack.config.js",
|
"./webpack.config.js",
|
||||||
"./webpack.config.prod.js",
|
"./webpack.config.prod.js",
|
||||||
"./jest.setup.ts"
|
"./jest.setup.ts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user