We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6792753 + 03242a5 commit 5036465Copy full SHA for 5036465
1 file changed
eslint.config.mjs
@@ -12,6 +12,7 @@ export default defineConfig([
12
files: ["**/*.js"],
13
rules: {
14
indent: ["error", 2], // Enforce 2-space indent
15
+ 'eol-last': ["error", "always"], // Enforce eof newlines
16
},
17
-]);
18
+]);
0 commit comments