discourse/.template-lintrc.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
130 B
JavaScript
Raw Normal View History

2020-02-05 10:33:15 -06:00
module.exports = {
// extends: "recommended",
ignore: ["**/*.raw"],
rules: {
"self-closing-void-elements": true
}
};