Skip to content
Snippets Groups Projects
Commit d2073b12 authored by Mark Banner's avatar Mark Banner
Browse files

Bug 1701734 - Re-enable ESLint on top-level dot files. r=ahal

parent 7735c5e6
No related branches found
No related tags found
No related merge requests found
......@@ -131,9 +131,7 @@ module.exports = {
{
...removeOverrides(mochitestTestConfig),
files: mochitestTestPaths.map(path => `${path}**`),
excludedFiles: [
"security/manager/ssl/tests/mochitest/browser/**",
],
excludedFiles: ["security/manager/ssl/tests/mochitest/browser/**"],
},
{
...removeOverrides(chromeTestConfig),
......
......@@ -110,7 +110,7 @@ eslint:
cp -r /build/node_modules_eslint node_modules &&
ln -s ../tools/lint/eslint/eslint-plugin-mozilla node_modules &&
ln -s ../tools/lint/eslint/eslint-plugin-spidermonkey-js node_modules &&
./mach lint -v -l eslint -f treeherder --quiet -f json:/builds/worker/mozlint.json *
./mach lint -v -l eslint -f treeherder --quiet -f json:/builds/worker/mozlint.json
when:
files-changed:
# Files that are likely audited.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment