| 1 | // The `@type` comment improves auto-completion for VS Code users: https://github.com/appsmithorg/appsmith/pull/21602#discussion_r1144528505 |
| 2 | /** @type {import('eslint').Linter.Config} */ |
| 3 | const fs = require("fs"); |
| 4 | const path = require("path"); |
nothing calls this directly
no test coverage detected