Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit a54f16a

Browse files
Merge pull request #101 from AtomLinter/mauricerkelly/fix-build-breakage
Fix lint failures for eslint-config-airbnb-base update
2 parents 7b2fac6 + 65a7ac3 commit a54f16a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lib/init.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,16 @@ const parseError = async (toParse, sourceFilePath) => {
123123
const re = regexp(
124124
`
125125
\\*\\*[\\ ]+
126-
\\((\\w+)\\) ${''/* 1 - (TypeOfError)*/}
127-
[\\ ](?: ${''/* Two message formats.... mode one*/}
128-
([\\w\\ ]+) ${''/* 2 - Message*/}
129-
[\\r\\n]{1,2}.+[\\r\\n]{1,2} ${''/* Internal elixir code*/}
130-
[\\ ]+(.+) ${''/* 3 - File*/}
131-
:(\\d+): ${''/* 4 - Line*/}
132-
| ${''/* Or... mode two*/}
133-
(.+) ${''/* 5 - File*/}
134-
:(\\d+): ${''/* 6 - Line*/}
135-
[\\ ](.+) ${''/* 7 - Message*/}
126+
\\((\\w+)\\) ${''/* 1 - (TypeOfError) */}
127+
[\\ ](?: ${''/* Two message formats.... mode one */}
128+
([\\w\\ ]+) ${''/* 2 - Message */}
129+
[\\r\\n]{1,2}.+[\\r\\n]{1,2} ${''/* Internal elixir code */}
130+
[\\ ]+(.+) ${''/* 3 - File */}
131+
:(\\d+): ${''/* 4 - Line */}
132+
| ${''/* Or... mode two */}
133+
(.+) ${''/* 5 - File */}
134+
:(\\d+): ${''/* 6 - Line */}
135+
[\\ ](.+) ${''/* 7 - Message */}
136136
)
137137
`,
138138
'gm',

0 commit comments

Comments
 (0)