aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Godbolt <matt@godbolt.org>2021-10-11 22:25:16 -0500
committerMatt Godbolt <matt@godbolt.org>2021-10-11 22:25:16 -0500
commit52a0924543906a48ed26bdca89d267d7b31503b2 (patch)
treee0772c9d0237c687e19fef979f2427f339fa28e2
parent7fc4bd148c512efc0b30c0b2bd3e5698c2b603ba (diff)
downloadcompiler-explorer-gh-1120.tar.gz
compiler-explorer-gh-1120.zip
Get rid of warning on npm lintgh-1120
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f020862e4..5e8ce45a8 100644
--- a/package.json
+++ b/package.json
@@ -160,7 +160,7 @@
"format-fix": "prettier --write --ignore-unknown"
},
"lint-staged": {
- "*.{js}": [
+ "*.js": [
"npm run ci-lint --",
"npm run format-fix --"
]