mirror of
https://github.com/ivuorinen/base-configs-stylelint.git
synced 2026-01-26 11:13:59 +00:00
# Conflicts: # .github/workflows/pr-lint.yml # .github/workflows/stale.yml # .github/workflows/sync-labels.yml # Conflicts: # yarn.lock
13 lines
183 B
JavaScript
13 lines
183 B
JavaScript
import ivuorinenConfig from '@ivuorinen/eslint-config'
|
|
|
|
export default [
|
|
...ivuorinenConfig,
|
|
|
|
// your modifications
|
|
{
|
|
rules: {
|
|
// "no-unused-vars": "warn"
|
|
}
|
|
}
|
|
]
|