Skip to content

Commit

Permalink
🔨 [ci release] Fix react settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi committed Oct 28, 2023
1 parent 4b8ca52 commit 8adc783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/bundled-eslint-config/src/setup/for-react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import type { Globals, LanguageOptions, Plugins, Rules, Settings } from '../util


export const reactSettings: Settings = {
version: 'detect'
react: {
version: 'detect'
}
}

export const reactGlobals: Globals = {}
Expand Down
2 changes: 1 addition & 1 deletion prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const packageJsonJobs = {
},
'packages/bundled-eslint-config': {
type: 'module',
version: '0.2.10',
version: '0.2.11',
description: 'A preset for ESLint',
keywords: [
'eslint',
Expand Down

0 comments on commit 8adc783

Please sign in to comment.