Skip to content

Commit 47cb566

Browse files
committed
Error message changed
1 parent 2b7da80 commit 47cb566

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lib/rules-preprocessor/gjs-gts-parser-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ const invalid = [
169169
{
170170
message:
171171
'Parsing error: Unexpected token. A constructor, method, accessor, or property was expected.\n' +
172-
'To lint Gjs/Gts files please follow the setup guide at https://github.com/ember-cli/eslint-plugin-ember#gtsgjs',
172+
'To lint Gjs/Gts files please follow the setup guide at https://github.com/ember-cli/eslint-plugin-ember#gtsgjs\n' +
173+
'Note that this error can also happen if you have multiple versions of ember-eslint-plugin in your node_modules',
173174
line: 3,
174175
column: 6,
175176
},

0 commit comments

Comments
 (0)