2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00
discourse/.template-lintrc.js
2020-02-06 17:26:06 +01:00

8 lines
130 B
JavaScript

module.exports = {
// extends: "recommended",
ignore: ["**/*.raw"],
rules: {
"self-closing-void-elements": true
}
};