Open fdeters opened 1 year ago
Looking at it again, the real problem is probably that the stylelint packages are missing from this section of step 18 as well:
Copy eslint, relevant eslint plugins, prettier, ember-template-lint, and npm-run-all from
test-app/package.json
devDependencies
toaddon/package.json
devDependencies
.
I believe stylelint, stylelint-config-standard, and stylelint-prettier all need to be moved?
yes -- stylelint was added to the blueprint after that document was written 🙃
Hello! I noticed that
.stylelintrc.js
and.stylelintignore
are missing from the instructions in step 18 of part 1 of the v2 addon porting instructions:Without copying those two files over to the addon, the lint:css scripts don't work.