@electron/lint-roller 1.12.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ export const tags = ['brackets'];
9
9
 
10
10
  const UNESCAPED_REGEX = /(?<!\\)<(?!\s)/g;
11
11
 
12
- function EMD001(params, onError) {
12
+ function EMD002(params, onError) {
13
13
  filterTokens(params, 'inline', (token) => {
14
14
  for (const childToken of token.children) {
15
15
  // childToken.line has the raw content, but may also contain
@@ -44,4 +44,4 @@ function EMD001(params, onError) {
44
44
  });
45
45
  };
46
46
 
47
- export { EMD001 as function };
47
+ export { EMD002 as function };