8000 add back in test examples; · github/eslint-plugin-github@7520260 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7520260

Browse files
committed
add back in test examples;
1 parent c03d25b commit 7520260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-examples/flat/eslint.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import github from 'eslint-plugin-github'
22

33
export default [
44
github.getFlatConfigs().recommended,
5-
// github.getFlatConfigs().recommended,
6-
// github.getFlatConfigs().react,
7-
// ...github.getFlatConfigs().typescript,
5+
github.getFlatConfigs().browser,
6+
github.getFlatConfigs().react,
7+
...github.getFlatConfigs().typescript,
88
{
99
files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],
1010
ignores: ['eslint.config.mjs'],

0 commit comments

Comments
 (0)
0