mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
c08dc03d72
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8598 GitOrigin-RevId: 075ef047ced13a95087b10b64584bd21c611f884
7 lines
192 B
JavaScript
7 lines
192 B
JavaScript
// .lintstagedrc.js
|
|
export default {
|
|
'*.{js,jsx,ts,tsx,json}': filenames =>
|
|
'nx affected --target=lint --fix --parallel=3 --quiet',
|
|
'*': fileNames => 'nx format:write --base=main',
|
|
};
|