lint-staged 8.1.6 → 8.1.7
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -140,7 +140,7 @@ It is possible to run linters for certain paths only by using glob patterns. [mi
|
|
|
140
140
|
|
|
141
141
|
```js
|
|
142
142
|
{
|
|
143
|
-
// .js files anywhere in the project
|
|
143
|
+
// .js files anywhere in the root directory of the project
|
|
144
144
|
"*.js": "eslint",
|
|
145
145
|
// .js files anywhere in the project
|
|
146
146
|
"**/*.js": "eslint",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lint-staged",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.7",
|
|
4
4
|
"description": "Lint files staged by git",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "https://github.com/okonet/lint-staged",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"chalk": "^2.3.1",
|
|
33
33
|
"commander": "^2.14.1",
|
|
34
|
-
"cosmiconfig": "^5.0
|
|
34
|
+
"cosmiconfig": "^5.2.0",
|
|
35
35
|
"debug": "^3.1.0",
|
|
36
36
|
"dedent": "^0.7.0",
|
|
37
37
|
"del": "^3.0.0",
|