mirror of
https://github.com/ivuorinen/base-configs-browserslist.git
synced 2026-01-25 19:24:00 +00:00
# Conflicts: # .github/workflows/pr-lint.yml # .github/workflows/stale.yml # .github/workflows/sync-labels.yml
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"
|
|
}
|
|
}
|
|
]
|