fix: mobile two finger gesture #2690
Annotations
11 warnings
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
apps/demo-free-layout/src/nodes/multi-condition/index.ts#L14
There should be no empty line within import group
|
|
build:
apps/demo-free-layout/src/nodes/multi-condition/index.ts#L13
`../constants` import should occur before import of `../../typings`
|
|
build:
apps/demo-free-layout/src/nodes/multi-condition/form-meta.tsx#L35
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
|
|
build:
apps/demo-free-layout/src/nodes/multi-condition/form-meta.tsx#L15
There should be no empty line within import group
|
|
build:
apps/demo-free-layout/src/nodes/multi-condition/condition-inputs/styles.tsx#L11
Replace `"styled-components"` with `'styled-components'`
|
|
build:
apps/demo-free-layout/src/nodes/index.ts#L26
Replace `"./multi-condition"` with `'./multi-condition'`
|
|
build:
apps/demo-free-layout/src/nodes/index.ts#L26
`./multi-condition` import should occur before import of `./loop`
|
|
|
|
build:
config/eslint-config/src/defineFlatConfig.ts#L8
`eslint-define-config` type import should occur before import of `@eslint/eslintrc`
|
|
build:
config/eslint-config/src/defineFlatConfig.ts#L6
There should be at least one empty line between import groups
|