You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be done via lints, which we can discuss, I suppose.
I was kinda thinking that since we have a rollup plugin that already alters the package.json, maybe we add another one that does stuff like:
ensures data/structures exist:
type is unspecified
keywords has "ember-addon"
ember-addon has:
version: 2
type: addon
files has at least
output folder
if exports is specified,
all paths exist (imports, types, etc)
repository is correct (url, path, etc)
The text was updated successfully, but these errors were encountered:
Yes, it would be good to implement this via eslint. Along with any v2-addon-specific rules, we probably want to add some of the standard eslint-plugin-ember rules to the blueprint too.
¿porque?
A number of issues that are really hard to debug come from misconfigured package.jsons
Build Error (PackagerRunner) in node_modules\@glimmer\tracking\index.js
#1132This could be done via lints, which we can discuss, I suppose.
I was kinda thinking that since we have a rollup plugin that already alters the package.json, maybe we add another one that does stuff like:
type
is unspecifiedember-addon
has:exports
is specified,The text was updated successfully, but these errors were encountered: