feat: add eslint config and ignore files

This commit is contained in:
2026-05-18 01:55:53 +03:00
commit 089f1a6ba1
8 changed files with 4973 additions and 0 deletions

4
index.js Normal file
View File

@@ -0,0 +1,4 @@
function sum(a, b) {
return a + b;
}
module.exports = sum;