Files

Return to Package Diff Home.
Brought to you by Intrinsic.

Package Diff: lint-staged @ 8.1.6 .. 8.1.7

package.json

@@ -1,6 +1,6 @@
{
"name": "lint-staged",
- "version": "8.1.6",
+ "version": "8.1.7",
"description": "Lint files staged by git",
"license": "MIT",
"repository": "https://github.com/okonet/lint-staged",
@@ -31,7 +31,7 @@
"dependencies": {
"chalk": "^2.3.1",
"commander": "^2.14.1",
- "cosmiconfig": "^5.0.2",
+ "cosmiconfig": "^5.2.0",
"debug": "^3.1.0",
"dedent": "^0.7.0",
"del": "^3.0.0",

README.md

@@ -140,7 +140,7 @@
```js
{
- // .js files anywhere in the project
+ // .js files anywhere in the root directory of the project
"*.js": "eslint",
// .js files anywhere in the project
"**/*.js": "eslint",