feat: initial import from base-configs

This commit is contained in:
2025-06-23 02:24:27 +03:00
parent 8bbb574024
commit 3a9cef40bd
8 changed files with 1137 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"
}
}
];