build: switch default to ESM
[poolifier.git] / .lintstagedrc.js
index 361afe3d2718bf20f580fb1f74b4662945c3a78b..1886925b219e90889d85b37fb58572a850e12398 100644 (file)
@@ -1,4 +1,4 @@
-module.exports = {
+export default {
   '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
     'biome format --write',
     'ts-standard --fix',