Merge pull request #1341 from palashgdev/517-ts-commit-lint

chore: commitlint config is updated to ts
This commit is contained in:
Palash 2022-07-04 18:19:48 +05:30 committed by GitHub
commit b3b5459a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
module.exports = { extends: ['@commitlint/config-conventional'] };

View File

@ -0,0 +1 @@
export default { extends: ['@commitlint/config-conventional'] };

View File

@ -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"