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

Commit 5437951

Browse files
authored
Merge pull request #226 from AtomLinter/renovate/major-eslint-packages
chore(deps): update eslint packages (major)
2 parents 524bdb1 + 2d1337a commit 5437951

File tree

4 files changed

+365
-269
lines changed

4 files changed

+365
-269
lines changed

lib/main.js

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ const loadDeps = () => {
2323
}
2424
};
2525

26-
const getCheckNotificationDetails = checkDetail =>
27-
(notification) => {
28-
const { detail } = notification.getOptions();
29-
if (detail === checkDetail) {
30-
return true;
31-
}
32-
return false;
33-
};
26+
const getCheckNotificationDetails = checkDetail => (notification) => {
27+
const { detail } = notification.getOptions();
28+
if (detail === checkDetail) {
29+
return true;
30+
}
31+
return false;
32+
};
3433

3534
export default {
3635
activate() {
@@ -153,8 +152,8 @@ export default {
153152
try {
154153
lintResult = JSON.parse(output);
155154
} catch (e) {
156-
const excerpt = 'Invalid response received from CSSLint, check ' +
157-
'your console for more details.';
155+
const excerpt = 'Invalid response received from CSSLint, check '
156+
+ 'your console for more details.';
158157
return [{
159158
severity: 'error',
160159
excerpt,

0 commit comments

Comments
 (0)