diff --git a/eslint.config.js b/eslint.config.js index fc6f6083..9bad2a87 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -2,4 +2,8 @@ const nextConfig = require("eslint-config-next"); const prettierConfig = require("eslint-config-prettier"); /** @type {import("eslint").Linter.Config[]} */ -module.exports = [...nextConfig, prettierConfig]; \ No newline at end of file +module.exports = [...nextConfig, prettierConfig]; + + +if __name__ == "__main__": + sys.exit(main())