FMHYedit/eslint.config.js

8 lines
119 B
JavaScript
Raw Normal View History

2023-11-14 15:10:49 +00:00
// @ts-check
import tasky from "@taskylizard/eslint-config";
export default tasky({
vue: true,
2023-11-19 06:46:39 +00:00
browser: true,
2023-11-14 15:10:49 +00:00
});