Files
handlebars.js/lib/.eslintrc.js
T
Jakob Linskeseder e534a911f3 Upgrade prettier to v2
Prettier v2 has the following breaking changes:
* enforces spaces between `function` and params
* enforces trailing commas by default
2022-10-29 21:49:15 +02:00

8 lines
128 B
JavaScript

/* eslint-env node */
module.exports = {
env: {
// Handlebars should run natively in the browser
node: false,
},
};