Files
ScoreSpot/ProjectSourceCode/node_modules/handlebars/lib/.eslintrc.js

9 lines
167 B
JavaScript
Raw Normal View History

2024-04-11 04:23:19 -06:00
module.exports = {
env: {
// Handlebars should not use node or browser-specific APIs
'shared-node-browser': true,
node: false,
browser: false
}
};