lint-staged 10.2.7 → 10.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/runAll.js +1 -0
  2. package/package.json +1 -1
package/lib/runAll.js CHANGED
@@ -119,6 +119,7 @@ const runAll = async (
119
119
  ctx,
120
120
  exitOnError: false,
121
121
  nonTTYRenderer: 'verbose',
122
+ registerSignalListeners: false,
122
123
  ...getRenderer({ debug, quiet }),
123
124
  }
124
125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lint-staged",
3
- "version": "10.2.7",
3
+ "version": "10.2.8",
4
4
  "description": "Lint files staged by git",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/okonet/lint-staged",