
* chore(apps): setup prettier + eslint for all our apps * fix(docs): Fixed the use of implicit any type * chore(apps): Added .eslintignore files
5 lines
142 B
JavaScript
5 lines
142 B
JavaScript
/** @type {import("@types/eslint").Linter.Config} */
|
|
module.exports = {
|
|
root: true,
|
|
extends: ['@astro-reactive/eslint-config-custom'],
|
|
};
|