Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
Issues
All Issues
Side by Side Diff: stylelint-config-eyeo/package.json
Issue
29541680
:
Issue 5109 - Create stylelintrc for websites and ui modules (Closed)
Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Fix typo in README
Created Sept. 18, 2017, 7:34 a.m.
Left:
Base
Patch Set 1: None
Patch Set 2: Fixed typos, removed unit-no-unkown, reordered brace rules
Patch Set 3: Add max-line-length, update README with usage information
Patch Set 4: Fix typo in README
Patch Set 5: Change block-opening-brace-space-before to always-single-line
Patch Set 6: Add new rules
Patch Set 7: Remove comments with no rules, allow no-empty line after-comment and inside-block
Patch Set 8: Order: opening before > opening after > closing before > closing after
Patch Set 9: Remove rules about inner spacing between braces, reword rule descriptions
Patch Set 10: Change rulen description to 'short' instead of '3' character hex notation
Patch Set 11: Fix trailing whitespace errors
Right:
Patch Set 1: None
Patch Set 2: Fixed typos, removed unit-no-unkown, reordered brace rules
Patch Set 3: Add max-line-length, update README with usage information
Patch Set 4: Fix typo in README
Patch Set 5: Change block-opening-brace-space-before to always-single-line
Patch Set 6: Add new rules
Patch Set 7: Remove comments with no rules, allow no-empty line after-comment and inside-block
Patch Set 8: Order: opening before > opening after > closing before > closing after
Patch Set 9: Remove rules about inner spacing between braces, reword rule descriptions
Patch Set 10: Change rulen description to 'short' instead of '3' character hex notation
Patch Set 11: Fix trailing whitespace errors
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
stylelint-config-eyeo/README.md
stylelint-config-eyeo/index.js
stylelint-config-eyeo/package.json
View unified diff
|
Download patch
« stylelint-config-eyeo/index.js
('K') |
« stylelint-config-eyeo/index.js
('k') |
no next file »
|
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
{
2
"name": "stylelint-config-eyeo",
3
"version": "1.0.0",
4
"description": "Stylelint configuration as used by eyeo.",
5
"main": "index.js",
6
"repository": {
7
"type": "hg",
8
"url": "https://hg.adblockplus.org/codingtools"
9
},
10
"keywords": [
11
"eyeo",
12
"adblockplus",
13
"abp",
14
"stylelint",
15
"stylelintconfig"
16
],
17
"author": {
18
"name": "eyeo GmbH",
19
"url": "https://eyeo.com/"
20
},
21
"license": "GPL-3.0",
22
"bugs": {
23
"url": "https://issues.adblockplus.org/"
24
},
25
"dependencies": {
26
"stylelint-config-recommended": "^1.0.0"
27
},
28
"peerDependencies": {
29
"stylelint": "^8.0.0"
30
}
31
}
OLD
NEW
« stylelint-config-eyeo/index.js
('K') |
« stylelint-config-eyeo/index.js
('k') |
no next file »
|
no next file with comments »
Edit Message
Issue 29541680: Issue 5109 - Create stylelintrc for websites and ui modules (Closed)
Created Sept. 11, 2017, 9:21 a.m. by ire
Modified Dec. 14, 2017, 2:49 p.m.
Reviewers: juliandoucette, saroyanm, Thomas Greiner, Erik, Sebastian Noack, tlucas
Base URL: https://hg.adblockplus.org/codingtools
Comments: 84
This is Rietveld