FMHYedit/eslint.config.js

8 lines
119 B
JavaScript
Raw Normal View History

2023-11-14 20:40:49 +05:30
// @ts-check
import tasky from "@taskylizard/eslint-config";
export default tasky({
vue: true,
2023-11-19 12:16:39 +05:30
browser: true,
2023-11-14 20:40:49 +05:30
});