Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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)