Add overrides for config files
codfish opened this issue ยท 1 comments
codfish commented
for things like linting or jest files, certain rules should not apply since they only run in a dev context, so things like import/no-extraneous-dependencies
could be turned off
overrides: [{
files: ['commitlint.config.js', '.commitlintrc.js', 'jest.config.js', '.eslintrc.js'], // etc
rules: {
'import/no-extraneous-dependencies': 'off'
}
}]
github-actions commented
The release is available on:
npm package (@latest dist-tag)
- GitHub release
Your semantic-release bot