diff --git a/lint-staged.config.js b/lint-staged.config.js index 98ce1480..16b8e1df 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -1,3 +1,3 @@ -export default { - '*.{ts,tsx}': 'eslint --fix --cache --max-warnings 0', -} \ No newline at end of file +module.exports = { + '*.{ts,tsx}': 'eslint --fix --cache --max-warnings 0' +}