@ggascoigne/lint-staged-config
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "@ggascoigne/lint-staged-config", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A shareable lint-staged configuration for projects.", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
], | ||
"author": "Matthew Waldron", | ||
"author": "Guy Gascoigne-Piggford", | ||
"license": "MIT", | ||
@@ -36,3 +36,3 @@ "bugs": { | ||
}, | ||
"gitHead": "24b1b9b6366bdba7ce5bb3709fe9ba0467914ec3" | ||
"gitHead": "e854820109272ebc4a23eac5ece79e35a8690844" | ||
} |
@@ -8,3 +8,3 @@ # Lint-Staged Config | ||
```bash | ||
yarn add -D lint-staged @ggascoigne/lint-staged-config | ||
pnpm add -D lint-staged @ggascoigne/lint-staged-config | ||
``` | ||
@@ -44,3 +44,3 @@ | ||
'*.{js,jsx,ts,tsx}': [ | ||
'yarn test --bail --passWithNoTests --findRelatedTests --coverage', | ||
'pnpm test --bail --passWithNoTests --findRelatedTests --coverage', | ||
], | ||
@@ -55,3 +55,3 @@ }; | ||
```bash | ||
yarn add -D husky && npm set-script prepare "husky install" && yarn prepare | ||
pnpm add -D husky && npm set-script prepare "husky install" && pnpm prepare | ||
``` | ||
@@ -58,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
4150