feat: initial import from base-configs

This commit is contained in:
2025-06-23 02:26:02 +03:00
parent 812b66474e
commit 8332ead96d
9 changed files with 381 additions and 1 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"
}
}
];