Browse Source

feat(nocodb): add ignoreRestSiblings

pull/5773/head
Wing-Kam Wong 1 year ago
parent
commit
50ca5e61da
  1. 1
      packages/nocodb/.eslintrc.js

1
packages/nocodb/.eslintrc.js

@ -69,6 +69,7 @@ module.exports = {
argsIgnorePattern: '^_',
varsIgnorePattern: '^_',
caughtErrorsIgnorePattern: '^_',
ignoreRestSiblings: true,
},
],
'@typescript-eslint/no-this-alias': 'off',

Loading…
Cancel
Save