Files
fressh/apps/web/eslint.config.js
EthanShoeDev a7e36870d6 web app, icons
2025-09-10 05:16:15 -04:00

16 lines
378 B
JavaScript

/**
* https://ota-meshi.github.io/eslint-plugin-astro/user-guide/
*/
import eslintPluginAstro from 'eslint-plugin-astro';
export default [
// add more generic rule sets here, such as:
// js.configs.recommended,
...eslintPluginAstro.configs.recommended,
{
rules: {
// override/add rules settings here, such as:
// "astro/no-set-html-directive": "error"
},
},
];