1
0
mirror of https://github.com/gristlabs/grist-core.git synced 2024-10-27 20:44:07 +00:00
gristlabs_grist-core/test/.eslintrc.js
2023-01-03 17:22:58 +01:00

6 lines
80 B
JavaScript

module.exports = {
rules: {
'@typescript-eslint/no-shadow': 'off',
},
}