Skip to content

feat: klipper config-file language #932

feat: klipper config-file language

feat: klipper config-file language #932

GitHub Actions / ESLint failed Jul 1, 2023 in 0s

9 errors and 1 warning

ESLint found 9 errors and 1 warning

Annotations

Check warning on line 161 in src/plugins/Codemirror/printLezerTree.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/printLezerTree.ts#L161

'color' is defined but never used (@typescript-eslint/no-unused-vars)

Check failure on line 28 in src/plugins/Codemirror/mochaFileTests.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/mochaFileTests.ts#L28

'caseExpr' is never reassigned. Use 'const' instead (prefer-const)

Check failure on line 29 in src/plugins/Codemirror/mochaFileTests.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/mochaFileTests.ts#L29

'tests' is never reassigned. Use 'const' instead (prefer-const)

Check failure on line 63 in src/plugins/Codemirror/mochaFileTests.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/mochaFileTests.ts#L63

'm' is never reassigned. Use 'const' instead (prefer-const)

Check failure on line 66 in src/plugins/Codemirror/mochaFileTests.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/mochaFileTests.ts#L66

'text' is never reassigned. Use 'const' instead (prefer-const)

Check failure on line 67 in src/plugins/Codemirror/mochaFileTests.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/mochaFileTests.ts#L67

'expected' is never reassigned. Use 'const' instead (prefer-const)

Check failure on line 68 in src/plugins/Codemirror/mochaFileTests.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/mochaFileTests.ts#L68

'name' is never reassigned. Use 'const' instead (prefer-const)

Check failure on line 68 in src/plugins/Codemirror/mochaFileTests.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/mochaFileTests.ts#L68

'configStr' is never reassigned. Use 'const' instead (prefer-const)

Check failure on line 88 in src/plugins/Codemirror/mochaFileTests.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/mochaFileTests.ts#L88

'config' is never reassigned. Use 'const' instead (prefer-const)

Check failure on line 89 in src/plugins/Codemirror/mochaFileTests.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/plugins/Codemirror/mochaFileTests.ts#L89

'strict' is never reassigned. Use 'const' instead (prefer-const)