mirror of
https://github.com/ivuorinen/base-configs-browserslist.git
synced 2026-01-26 03:34:00 +00:00
feat(ci): new release flow, linting
# Conflicts: # .github/workflows/pr-lint.yml # .github/workflows/stale.yml # .github/workflows/sync-labels.yml
This commit is contained in:
12
eslint.config.mjs
Normal file
12
eslint.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import ivuorinenConfig from '@ivuorinen/eslint-config'
|
||||
|
||||
export default [
|
||||
...ivuorinenConfig,
|
||||
|
||||
// your modifications
|
||||
{
|
||||
rules: {
|
||||
// "no-unused-vars": "warn"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user