FMHYedit/eslint.config.js

9 lines
136 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-02-21 07:13:48 +00:00
browser: true,
typescript: true
2024-01-25 16:32:45 +00:00
})