diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 6e18743c2..1d706b574 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,9 +1,13 @@ const escape = require('shell-quote').quote /** - * Need this to fix a bug where we can't commit `pages/examples/[example].tsx` + * Need this to fix a bug where we can't commit `pages/examples/[example].tsx`. * * + * + * NOTE: + * We can remove this entire file if/when we upgrade to Prettier 2+ where this + * is no longer necessary according to the `lint-staged` issue. */ module.exports = {