Skip to content

Instantly share code, notes, and snippets.

@JulianCataldo
JulianCataldo / .eslintrc.cjs
Last active June 20, 2022 21:06
Astro tooling : Eslint
/** @type {import("@types/eslint").Linter.Config} */
module.exports = {
settings: {
'import/resolver': {
typescript: {}, // this loads <rootdir>/tsconfig.json to eslint
},
},
env: {
node: true,