Skip to content

Commit

Permalink
test for eslint errors inside template
Browse files Browse the repository at this point in the history
with rule object-curly-spacing
  • Loading branch information
patricklx committed May 7, 2023
1 parent 32b1910 commit bbc40f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/rules-preprocessor/gjs-gts-processor-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function initESLint(options) {
plugins: ['ember'],
extends: ['plugin:ember/recommended'],
rules: {
'object-curly-spacing': 'error',
'lines-between-class-members': 'error',
'no-undef': 'error',
'no-unused-vars': 'error',
Expand Down

0 comments on commit bbc40f7

Please sign in to comment.