1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

chore: cleaner configs

This commit is contained in:
2024-01-30 01:32:52 +01:00
parent 17dea937eb
commit b671018a00
8 changed files with 484 additions and 732 deletions

View File

@@ -6,6 +6,6 @@
"module": "commonjs",
"lib": ["ESNext"],
"moduleResolution": "node",
"rootDir": "./"
}
"rootDir": "./",
},
}