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
run tests on all branches (and checks deduplication)
add dev branch as default branch, and set release config as alpha to allow development iterations
setup Semantic Release authentication through a GitHub App and add instructions on adding it as an exception on the "no bypass" ruleset (to allow bypassing the required checks) [note: maybe add a "semantic-release bypass" instead]
dev
branch as default branch, and set release config asalpha
to allow development iterations.eslintrc
: removeecmaVersion
,env: { node: true }
and setenv: { es2017: true }
+ minimum node version>=10.8.0
inpackage.json
.eslintrc.js
from ESLintignorePatterns
.prettierignore
knip
(see sheerlox/import-from-esm)eslint-plugin-import
Note: use talent-ideal/semantic-release-hex as a reference as most of these has already been done there.
The text was updated successfully, but these errors were encountered: