feat: modernize workflows and standardize configuration files (#85)

This commit is contained in:
2025-12-02 12:50:42 +02:00
committed by GitHub
parent 6027501f24
commit 6dd157f35b
23 changed files with 4365 additions and 6000 deletions

View File

@@ -1,4 +1,4 @@
import ivuorinenConfig from '@ivuorinen/eslint-config'
import ivuorinenConfig from "@ivuorinen/eslint-config";
export default [
...ivuorinenConfig,
@@ -7,6 +7,6 @@ export default [
{
rules: {
// "no-unused-vars": "warn"
}
}
]
},
},
];