File size: 95 Bytes
1e92f2d |
1 2 3 4 5 6 |
// @ts-check
import rootConfig from './root.eslint.config.js'
export default [...rootConfig]
|
1e92f2d |
1 2 3 4 5 6 |
// @ts-check
import rootConfig from './root.eslint.config.js'
export default [...rootConfig]
|