mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 16:04:19 +02:00
add initial files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
rules: {
|
||||
'@typescript-eslint/lines-between-class-members': 'off',
|
||||
'import/no-cycle': 'error',
|
||||
'import/no-unresolved': 'error',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user