c3220325a0
Thanks to @narretz for help in fixing style violations and to @gkalpak for a very extensive review. Closes #14952
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"root": true,
|
|
"extends": "../.eslintrc-browser.json",
|
|
|
|
"globals": {
|
|
"benchmarkSteps": false,
|
|
|
|
// Benchmarks are not run in IE 9 so we're fine.
|
|
"console": false
|
|
}
|
|
}
|