mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-04 20:06:35 +03:00
frontend: change lint staged to only show warnings
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8598 GitOrigin-RevId: 075ef047ced13a95087b10b64584bd21c611f884
This commit is contained in:
parent
cb9f822fc0
commit
c08dc03d72
@ -1,6 +1,6 @@
|
||||
// .lintstagedrc.js
|
||||
export default {
|
||||
'*.{js,jsx,ts,tsx,json}': filenames =>
|
||||
'nx affected --target=lint --fix --parallel=3',
|
||||
'nx affected --target=lint --fix --parallel=3 --quiet',
|
||||
'*': fileNames => 'nx format:write --base=main',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user