|
Issue 4878 - Start using ESLint for adblockpluscore
The unit tests still pass and adblockpluschrome still seems to work OK with these changes.
Total comments: 29
Total comments: 22
Total comments: 10
Total comments: 112
Total comments: 6
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1472 lines, -985 lines) |
Patch |
|
A |
.eslintignore
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
A |
.eslintrc.json
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
README.md
|
View
|
1
2
3
4
5
6
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
lib/common.js
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
lib/coreUtils.js
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
lib/downloader.js
|
View
|
1
2
3
4
5
6
7
|
13 chunks |
+95 lines, -68 lines |
0 comments
|
Download
|
|
M |
lib/elemHide.js
|
View
|
1
2
3
4
5
6
7
|
11 chunks |
+46 lines, -41 lines |
0 comments
|
Download
|
|
M |
lib/elemHideEmulation.js
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -11 lines |
0 comments
|
Download
|
|
M |
lib/events.js
|
View
|
1
2
|
5 chunks |
+7 lines, -11 lines |
0 comments
|
Download
|
|
M |
lib/filterClasses.js
|
View
|
1
2
3
4
5
6
7
8
9
|
40 chunks |
+222 lines, -149 lines |
0 comments
|
Download
|
|
M |
lib/filterListener.js
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+41 lines, -29 lines |
0 comments
|
Download
|
|
M |
lib/filterNotifier.js
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+20 lines, -6 lines |
0 comments
|
Download
|
|
M |
lib/filterStorage.js
|
View
|
1
2
3
4
5
6
7
|
32 chunks |
+198 lines, -124 lines |
0 comments
|
Download
|
|
M |
lib/matcher.js
|
View
|
1
2
3
4
5
6
7
8
9
|
18 chunks |
+105 lines, -57 lines |
0 comments
|
Download
|
|
M |
lib/notification.js
|
View
|
1
2
3
4
5
6
7
8
9
|
22 chunks |
+106 lines, -59 lines |
0 comments
|
Download
|
|
M |
lib/rsa.js
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+45 lines, -30 lines |
0 comments
|
Download
|
|
M |
lib/subscriptionClasses.js
|
View
|
1
2
3
4
5
6
7
8
9
|
24 chunks |
+104 lines, -70 lines |
0 comments
|
Download
|
|
M |
lib/synchronizer.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
12 chunks |
+89 lines, -55 lines |
0 comments
|
Download
|
|
A |
test/.eslintrc.json
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/_common.js
|
View
|
1
2
3
4
5
6
7
8
9
|
19 chunks |
+87 lines, -77 lines |
0 comments
|
Download
|
|
M |
test/domainRestrictions.js
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/elemHide.js
|
View
|
1
2
3
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/elemHideEmulation.js
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+22 lines, -12 lines |
0 comments
|
Download
|
|
M |
test/filterClasses.js
|
View
|
1
2
3
|
11 chunks |
+50 lines, -40 lines |
0 comments
|
Download
|
|
M |
test/filterListener.js
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/filterNotifier.js
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/filterStorage.js
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/filterStorage_readwrite.js
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
|
M |
test/matcher.js
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/notification.js
|
View
|
1
2
|
9 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
|
M |
test/regexpFilters_matching.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/signatures.js
|
View
|
1
2
3
|
5 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
test/stub-modules/info.js
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/stub-modules/io.js
|
View
|
|
8 chunks |
+24 lines, -25 lines |
0 comments
|
Download
|
|
M |
test/stub-modules/prefs.js
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/stub-modules/utils.js
|
View
|
1
2
3
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/subscriptionClasses.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+39 lines, -26 lines |
0 comments
|
Download
|
|
M |
test/synchronizer.js
|
View
|
1
2
|
13 chunks |
+17 lines, -18 lines |
0 comments
|
Download
|
|
M |
test_runner.js
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+9 lines, -7 lines |
0 comments
|
Download
|
Total messages: 25
|