Skip to content

Commit 39fba74

Browse files
committed
chore: align configuration
1 parent c979233 commit 39fba74

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.lintstagedrc.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
'*.{ts,cjs,js,json}': 'npx eslint --cache --fix',
3-
'**/*': 'npx prettier --cache --write --ignore-unknown',
4-
}
2+
'*.{ts,cjs,js,json}': 'npx eslint --cache --fix',
3+
'**/*': 'npx prettier --cache --write --ignore-unknown',
4+
};

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = { extends: ['@commitlint/config-conventional'] }
1+
module.exports = { extends: ['@commitlint/config-conventional'] };

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"!{projectRoot}/src/test-setup.[jt]s",
1313
"!{projectRoot}/test-setup.[jt]s"
1414
],
15-
"sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"]
15+
"sharedGlobals": ["{workspaceRoot}/.github/workflows/release-master.yaml"]
1616
},
1717
"targetDefaults": {
1818
"@nx/esbuild:esbuild": {

0 commit comments

Comments
 (0)