Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import eslint from '@eslint/js';
|
||||
import tseslint from 'typescript-eslint';
|
||||
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
{
|
||||
rules: {
|
||||
// Effect development specific rules can go here if needed
|
||||
},
|
||||
},
|
||||
);
|
||||
Reference in New Issue
Block a user