Files
ScoreSpot/ProjectSourceCode/node_modules/handlebars/lib/.eslintrc.js
2024-04-11 04:23:19 -06: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
}
};