mirror of https://github.com/webpack/webpack.git
13 lines
476 B
JavaScript
13 lines
476 B
JavaScript
"use strict";
|
|
|
|
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 \*\*\/\{/]
|
|
];
|