1.0.0 • Published 2 years ago

ember-no-implicit-this v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Add this tot he scripts object ion package.json

"lint_implicit_this:hbs": "ember-template-lint --no-config-path ./addon/templates --rule 'no-implicit-this:error' --no-inline-config --format=json",

Then in the terminal

npm run lint_implicit_this:hbs > ${PATH_TO_FILE}.json

Open the file saved to ${PATH_TO_FILE}.json and delete the command printed at the top.

1.0.0

2 years ago