Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: test/.eslintrc.json

Issue 30025555: Issue 6820 - Move tests to mocha (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Rebased Created April 10, 2019, 6:33 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « package.json ('k') | test/browser.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "env": { 2 "env": {
3 "node": true 3 "node": true,
4 "mocha": true
4 }, 5 },
5 "rules": { 6 "rules": {
6 "max-len": "off", 7 "max-len": "off",
7 "no-console": "off" 8 "no-console": "off"
8 } 9 }
9 } 10 }
OLDNEW
« no previous file with comments | « package.json ('k') | test/browser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld