Spaces:
Sleeping
Sleeping
| /** | |
| * @fileoverview exports for config helpers | |
| * @author Nicholas C. Zakas | |
| */ | |
| ; | |
| const { defineConfig, globalIgnores } = require("@eslint/config-helpers"); | |
| module.exports = { | |
| defineConfig, | |
| globalIgnores, | |
| }; | |