We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03d25b commit 7520260Copy full SHA for 7520260
1 file changed
test-examples/flat/eslint.config.mjs
@@ -2,9 +2,9 @@ import github from 'eslint-plugin-github'
2
3
export default [
4
github.getFlatConfigs().recommended,
5
- // github.getFlatConfigs().recommended,
6
- // github.getFlatConfigs().react,
7
- // ...github.getFlatConfigs().typescript,
+ github.getFlatConfigs().browser,
+ github.getFlatConfigs().react,
+ ...github.getFlatConfigs().typescript,
8
{
9
files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],
10
ignores: ['eslint.config.mjs'],
0 commit comments