First commit
This commit is contained in:
10
.lintstagedrc.js
Normal file
10
.lintstagedrc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
'**/*.{ts,tsx,js,jsx}': [
|
||||
'eslint',
|
||||
'prettier --write'
|
||||
],
|
||||
'**/*.{json,md,yml,yaml}': [
|
||||
'prettier --write'
|
||||
],
|
||||
'**/*.ts?(x)': () => 'nx affected -t typecheck'
|
||||
};
|
||||
Reference in New Issue
Block a user