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