Files
base-configs-stylelint/eslint.config.mjs
Ismo Vuorinen ad609c6c9a feat(ci): new release flow, linting
# Conflicts:
#	.github/workflows/pr-lint.yml
#	.github/workflows/stale.yml
#	.github/workflows/sync-labels.yml

# Conflicts:
#	yarn.lock
2025-12-03 21:46:39 +02:00

13 lines
183 B
JavaScript

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