Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit c5c27f8

Browse files
authored
Merge pull request #2340 from atom/aw/update-react
Update a bunch of dependencies
2 parents 2f6959d + 6ec9ada commit c5c27f8

File tree

4 files changed

+1128
-564
lines changed

4 files changed

+1128
-564
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"no-param-reassign": 0,
2121
"jsx-a11y/alt-text": 2,
2222
"jsx-a11y/anchor-is-valid": 2,
23-
"indent": ["error", 2]
23+
"indent": ["error", 2],
24+
"max-len": [1, 120, {tabWidth: 2, ignoreUrls: true}]
2425
},
2526
"globals": {
2627
"atom": true,

lib/views/commit-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export default class CommitView extends React.Component {
322322
path1: 'M11.917 8.4c0 .99-.788 1.8-1.75 1.8H6.083v2.4L2 9l4.083-3.6v2.4h3.5V4.2h2.334v4.2z',
323323
},
324324
};
325-
/* eslint-enable max-line */
325+
/* eslint-enable max-len */
326326

327327
if (notApplicable) {
328328
return null;

0 commit comments

Comments
 (0)