Files
base-configs-browserslist/eslint.config.mjs
Ismo Vuorinen da94bad5f9 feat(ci): new release flow, linting
# Conflicts:
#	.github/workflows/pr-lint.yml
#	.github/workflows/stale.yml
#	.github/workflows/sync-labels.yml
2025-11-28 18:21:23 +02:00

13 lines
183 B
JavaScript

import ivuorinenConfig from '@ivuorinen/eslint-config'
export default [
...ivuorinenConfig,
// your modifications
{
rules: {
// "no-unused-vars": "warn"
}
}
]