Files
n8n-nodes-gwezz-changdunovel/node_modules/handlebars/lib/.eslintrc.js
2025-10-26 23:10:15 +08:00

9 lines
167 B
JavaScript

module.exports = {
env: {
// Handlebars should not use node or browser-specific APIs
'shared-node-browser': true,
node: false,
browser: false
}
};