2025-07-16 22:29:28 +08:00
|
|
|
"use strict";
|
|
|
|
|
|
2024-10-10 01:36:48 +08:00
|
|
|
module.exports = [
|
|
|
|
|
[/Missing whitespace after ':global' in ':global\.class \{/],
|
|
|
|
|
[
|
|
|
|
|
/Missing whitespace after ':global' in ':global\/\*\* test \*\*\/\.class \{/
|
|
|
|
|
],
|
|
|
|
|
[/Missing whitespace after ':local' in ':local\.class \{'/],
|
|
|
|
|
[/Missing whitespace after ':local' in ':local\/\*\* test \*\*\/\.class \{'/],
|
|
|
|
|
[/Missing whitespace after ':local' in ':local\/\*\* test \*\*\/#hash \{'/],
|
|
|
|
|
[/Missing whitespace after ':local' in ':local\/\*\* test \*\*\/\{/]
|
|
|
|
|
];
|