mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
chore: rollback ignorePatterns
to exclude formerly present generated code
This reverts commit a73efe061fc5a868bbd37d02236ed3fe8e880fbf.
This commit is contained in:
parent
3cb158ec98
commit
d3c0d298c4
@ -4,7 +4,7 @@ module.exports = {
|
||||
'es2021': true,
|
||||
'node': true
|
||||
},
|
||||
'ignorePatterns': ['src/core/proto/', 'src/laana*/types/'],
|
||||
'ignorePatterns': ['src/core/proto/'],
|
||||
'extends': [
|
||||
'eslint:recommended',
|
||||
'plugin:@typescript-eslint/recommended'
|
||||
|
Loading…
x
Reference in New Issue
Block a user