Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.62.0 #316
Annotations
10 warnings
Lint:
src/extension/debugger/hooks/debugpySocketsHandler.ts#L32
Expected '===' and instead saw '=='
|
Lint:
src/extension/debugger/hooks/debugpySocketsHandler.ts#L34
Expected '===' and instead saw '=='
|
Lint:
src/extension/debugger/hooks/debugpySocketsHandler.ts#L36
Expected '!==' and instead saw '!='
|
Lint:
src/extension/extensionInit.ts#L96
Expected { after 'if' condition
|
Lint:
src/test/runTest.ts#L21
Expected '===' and instead saw '=='
|
Lint:
src/test/unittest/adapter/adapter.test.ts#L60
Object Literal Property name `attach to PID` must match one of the following formats: camelCase
|
Lint:
src/test/unittest/adapter/factory.unit.test.ts#L50
Variable name `oldValueOfVSC_PYTHON_UNIT_TEST` must match one of the following formats: camelCase, UPPER_CASE
|
Lint:
src/test/unittest/adapter/factory.unit.test.ts#L51
Variable name `oldValueOfVSC_PYTHON_CI_TEST` must match one of the following formats: camelCase, UPPER_CASE
|
Lint:
src/test/unittest/configuration/resolvers/base.unit.test.ts#L269
Object Literal Property name `127.0.0.1` must match one of the following formats: camelCase
|
Lint:
src/test/unittest/configuration/resolvers/base.unit.test.ts#L270
Object Literal Property name `::1` must match one of the following formats: camelCase
|
Loading