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