File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @cloudflight/eslint-plugin" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "private" : true ,
55 "volta" : {
66 "node" : " 22.22.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cloudflight/eslint-plugin-angular" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Cloudflight eslint-plugin & eslint-config for angular" ,
55 "volta" : {
66 "extends" : " ../../package.json"
Original file line number Diff line number Diff line change 11{
22 "name" : " @cloudflight/eslint-plugin-node" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Cloudflight eslint-plugin & eslint-config for node" ,
55 "volta" : {
66 "extends" : " ../../package.json"
Original file line number Diff line number Diff line change 11{
22 "name" : " @cloudflight/eslint-plugin-react" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Cloudflight eslint-plugin & eslint-config for React" ,
55 "volta" : {
66 "extends" : " ../../package.json"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export function cloudflightReactConfig(settings: CloudflightEslintPluginSettings
3535 // see https://github.com/jsx-eslint/eslint-plugin-react/issues/3838
3636 // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3737 react . configs . flat [ 'jsx-runtime' ] ! ,
38- reactHooks . configs [ 'recommended-latest' ] ,
38+ reactHooks . configs . flat [ 'recommended-latest' ] ,
3939 jsxA11y . flatConfigs . recommended ,
4040 ] ,
4141 languageOptions : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @cloudflight/eslint-plugin-typescript" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Cloudflight eslint-plugin & eslint-config for typescript" ,
55 "volta" : {
66 "extends" : " ../../package.json"
Original file line number Diff line number Diff line change 11{
22 "name" : " @cloudflight/eslint-plugin-vue" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Cloudflight eslint-plugin & eslint-config for vue" ,
55 "volta" : {
66 "extends" : " ../../package.json"
You can’t perform that action at this time.
0 commit comments