mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-17 02:08:19 +08:00
11 lines
225 B
JavaScript
Vendored
11 lines
225 B
JavaScript
Vendored
module.exports = {
|
|
// extends: "recommended",
|
|
ignore: ["**/*.raw"],
|
|
|
|
rules: {
|
|
"self-closing-void-elements": true,
|
|
"table-groups": true,
|
|
"style-concatenation": true,
|
|
"no-invalid-interactive": true
|
|
}
|
|
};
|