chore: workflows, linting, config

This commit is contained in:
2025-06-23 04:12:16 +03:00
parent 39fa9e0a0a
commit 3495e3d5ef
11 changed files with 5918 additions and 27 deletions

12
eslint.config.mjs Normal file
View File

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