ember-eslint-parser
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "ember-eslint-parser", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -25,3 +25,4 @@ /** | ||
msgs[0].message += | ||
'To lint Gjs/Gts files please follow the setup guide at https://github.com/ember-cli/eslint-plugin-ember#gtsgjs'; | ||
'To lint Gjs/Gts files please follow the setup guide at https://github.com/ember-cli/eslint-plugin-ember#gtsgjs' + | ||
'\nNote that this error can also happen if you have multiple versions of ember-eslint-plugin in your node_modules'; | ||
} | ||
@@ -28,0 +29,0 @@ parsedFiles.delete(fileName); // required for tests |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32944
909