[READ-ONLY] Mirror of https://github.com/danielroe/provenance-action. Fail CI when dependencies in your lockfile lose npm provenance or trusted publisher status
github-actions provenance security trusted-publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

provenance-action / eslint.config.ts
209 B 13 lines
1import antfu from '@antfu/eslint-config' 2 3export default antfu().append( 4 { 5 files: ['test/**/*.test.ts'], 6 rules: { 7 'no-console': 'off', 8 }, 9 }, 10 { 11 ignores: ['test/fixtures/**'], 12 }, 13)