diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-08 20:53:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-08 20:53:47 +0100 |
| commit | f3375839405719a9ffe135cf22af81101b60e6c3 (patch) | |
| tree | 5d7a43888772a572f174d2067b1b0a1b6f220dcd /package.json | |
| parent | 7f3a28a41e4c73ad7629a43d4f8b4ceaee3b1c0b (diff) | |
Don't lint .css
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 31f160b..396d8e4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "prettier-plugin-astro": "^0.11.0" }, "lint-staged": { - "**/*.{ts,cts,mts,astro,json,md,js,cjs,mjs,html,css}": [ + "**/*.{ts,cts,mts,astro,json,md,js,cjs,mjs,html}": [ "eslint", "prettier" ] |
