2
0
Files
bot/packages/typebot-js/.eslintrc.js

6 lines
88 B
JavaScript
Raw Normal View History

module.exports = {
2022-11-21 11:12:43 +01:00
root: true,
extends: ['custom'],
ignorePatterns: ['/tests'],
}