mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
// @ts-check
|
|
import withNuxt from "./.nuxt/eslint.config.mjs";
|
|
|
|
export default withNuxt({
|
|
ignores: ["**/src/*"],
|
|
});
|