UNPKG

create-t3-app-deepmeta

Version:
8 lines (6 loc) 131 B
/** @type {import("eslint").Linter.Config} */ const config = { root: true, extends: ["deepmeta"], }; module.exports = config;