The custom linter rejects any use of `var`. Update `src/index.js` to use `const`/`let` while keeping the exported `add(a, b)` behavior. The test and lint must both pass.