Files
payloadcms/templates/with-vercel-mongodb/.eslintrc.cjs
Elliot DeNolf 1dbb29e847 chore(templates): add generated templates [no-lint] (#6604)
Generate static template variations
2024-06-05 15:39:28 -04:00

9 lines
194 B
JavaScript

/** @type {import('eslint').Linter.Config} */
module.exports = {
extends: ['next/core-web-vitals'],
parserOptions: {
project: ['./tsconfig.json'],
tsconfigRootDir: __dirname,
},
}