AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Turborepo rules

tom.sherman.is 82da224a f2355153

verified
+3
+3
packages/eslint-config/next.js
··· 7 7 import reactHooks from "eslint-plugin-react-hooks"; 8 8 import react from "eslint-plugin-react"; 9 9 import { version as reactVersion } from "react"; 10 + import turboRepo from "eslint-config-turbo/flat"; 10 11 11 12 /** 12 13 * @param {string} baseDirectory ··· 19 20 }, 20 21 next.flatConfig.recommended, 21 22 next.flatConfig.coreWebVitals, 23 + 24 + ...turboRepo, 22 25 23 26 eslint.configs.recommended, 24 27 tseslint.configs.recommendedTypeChecked,