hz-zhhq-web/node_modules/handlebars/bin/.eslintrc.js

7 lines
74 B
JavaScript
Raw Normal View History

2025-02-25 13:45:28 +08:00
module.exports = {
rules: {
'no-console': 0,
'no-var': 0
}
};