mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 05:36:00 +02:00
8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'@typescript-eslint/lines-between-class-members': 'off',
|
|
'import/no-cycle': 'error',
|
|
'import/no-unresolved': 'error',
|
|
},
|
|
};
|