Files
Foundry-VTT-Docker/resources/app/node_modules/handlebars/lib/.eslintrc.js

9 lines
167 B
JavaScript
Raw Normal View History

2025-01-04 00:34:03 +01:00
module.exports = {
env: {
// Handlebars should not use node or browser-specific APIs
'shared-node-browser': true,
node: false,
browser: false
}
};