Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed May 11, 2023
1 parent a4a0beb commit 7ccad7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules-preprocessor/gjs-gts-processor-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function initESLint(options) {
plugins: ['ember'],
extends: ['plugin:ember/recommended'],
rules: {
'semi': ['error', 'always'],'
'semi': ['error', 'always'],

Check failure on line 38 in tests/lib/rules-preprocessor/gjs-gts-processor-test.js

View workflow job for this annotation

GitHub Actions / build (ubuntu, 14.x)

Replace `'semi'` with `semi`

Check failure on line 38 in tests/lib/rules-preprocessor/gjs-gts-processor-test.js

View workflow job for this annotation

GitHub Actions / build (ubuntu, 16.x)

Replace `'semi'` with `semi`

Check failure on line 38 in tests/lib/rules-preprocessor/gjs-gts-processor-test.js

View workflow job for this annotation

GitHub Actions / build (ubuntu, 18.x)

Replace `'semi'` with `semi`
'object-curly-spacing': ['error', 'always'],
'lines-between-class-members': 'error',
'no-undef': 'error',
Expand Down

0 comments on commit 7ccad7c

Please sign in to comment.