mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
fix: do not lint js files
This commit is contained in:
parent
7d22957404
commit
e1d3874e79
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
module.exports = {
|
||||
'**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts}': ['prettier --write', 'eslint --fix'],
|
||||
'**/*.{ts,tsx,cts,mts}': ['eslint --fix'],
|
||||
'**/*.{js,jsx,cjs,mjs}': ['prettier --write'],
|
||||
'**/*.{yml,mdx}': ['prettier --write'],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue