FMHYedit/eslint.config.js

8 lines
116 B
JavaScript
Raw Normal View History

2023-11-14 15:10:49 +00:00
// @ts-check
2024-01-25 16:32:45 +00:00
import tasky from '@taskylizard/eslint-config'
2023-11-14 15:10:49 +00:00
export default tasky({
vue: true,
2024-01-25 16:32:45 +00:00
browser: true
})