Files
asepharyana-hub/eslint.config.mjs
T

11 lines
202 B
JavaScript
Raw Normal View History

2026-07-09 22:08:26 +07:00
import antfu from '@antfu/eslint-config';
export default antfu({
formatters: true,
typescript: true,
rules: {
'no-console': 'off',
'eslint-comments/no-unlimited-disable': 'off',
},
});