Skip to content

Commit

Permalink
Upgrade eslint-plugin-mozilla and dangle commas. (mozilla-services#4822
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chenba committed Sep 13, 2018
1 parent 20a7b6b commit 2e5a571
Show file tree
Hide file tree
Showing 78 changed files with 3,762 additions and 3,817 deletions.
6,833 changes: 3,389 additions & 3,444 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"david": "11.0.0",
"envify": "4.1.0",
"eslint": "4.19.1",
"eslint-plugin-mozilla": "0.15.2",
"eslint-plugin-mozilla": "0.16.0",
"eslint-plugin-no-unsanitized": "3.0.2",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.11.1",
Expand Down
10 changes: 5 additions & 5 deletions server/src/ab-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ let allTests = {
gaField: "cd7",
version: 1,
options: [
{name: "newicon", probability: 0.1}
{name: "newicon", probability: 0.1},
],
exclude: ["*"]
exclude: ["*"],
},
downloadText: {
description: "Test the effect of removing the word 'Download' from the download button on the shot page",
gaField: "cd9",
version: 1,
options: [
{name: "no-download-text", probability: 0.1}
{name: "no-download-text", probability: 0.1},
],
exclude: ["*"],
appliesToPublic: true
}
appliesToPublic: true,
},
};

/* Example of how this could be set: */
Expand Down
Loading

0 comments on commit 2e5a571

Please sign in to comment.