tangled
alpha
login
or
join now
frontpage.fyi
/
frontpage
22
fork
atom
AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
22
fork
atom
overview
issues
pulls
pipelines
Turborepo rules
tom.sherman.is
11 months ago
82da224a
f2355153
verified
This commit was signed with the committer's
known signature
.
tom.sherman.is
SSH Key Fingerprint:
SHA256:s683B2DU0yXjYHmKfzMF5t1GryE92wn75ZgRoLJ76HY=
+3
1 changed file
expand all
collapse all
unified
split
packages
eslint-config
next.js
+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
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
23
+
24
24
+
...turboRepo,
22
25
23
26
eslint.configs.recommended,
24
27
tseslint.configs.recommendedTypeChecked,