mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-04 06:30:41 +08:00
Merge pull request #1341 from palashgdev/517-ts-commit-lint
chore: commitlint config is updated to ts
This commit is contained in:
commit
b3b5459a08
@ -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",
|
||||
"./public",
|
||||
"./tests",
|
||||
"playwright.config.ts",
|
||||
"./commitlint.config.js",
|
||||
"./playwright.config.ts",
|
||||
"./commitlint.config.ts",
|
||||
"./webpack.config.js",
|
||||
"./webpack.config.prod.js",
|
||||
"./jest.setup.ts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user