1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

fix linter

This commit is contained in:
Andrew Simachev 2024-01-09 17:14:20 +01:00
parent ebca7f6186
commit 61aabda58d
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
21 changed files with 132 additions and 129 deletions

View file

@ -37,6 +37,7 @@ module.exports = {
'no-case-declarations': 'off',
'no-console': 'off',
'no-var': 'warn',
'no-extra-semi': 'off',
// unused vars
'no-unused-vars': 'off',