chore: commitlint config is updated to ts

This commit is contained in:
Palash 2022-06-30 02:51:31 +05:30
parent dbe68c064c
commit 450407d0bf
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", "./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"