@@ -38,7 +38,13 @@ export default [
3838 'test-tap/fixture/report/edgecases/ast-syntax-error.cjs' ,
3939 ] ,
4040 } ,
41- 'https://github.com/chalk/chalk' ,
41+ {
42+ repository : 'https://github.com/chalk/chalk' ,
43+ ignore : [
44+ // Uses `/* eslint-env */`
45+ 'source/vendor/supports-color/browser.js' ,
46+ ] ,
47+ } ,
4248 'https://github.com/chalk/wrap-ansi' ,
4349 'https://github.com/sindresorhus/np' ,
4450 'https://github.com/sindresorhus/ora' ,
@@ -113,7 +119,15 @@ export default [
113119 'importAssertions' ,
114120 ] ,
115121 } ,
116- 'https://github.com/ReactTraining/react-router' ,
122+ {
123+ repository : 'https://github.com/ReactTraining/react-router' ,
124+ ignore : [
125+ // Uses `/* eslint-env */`
126+ 'packages/react-router/lib/dom/node-main.js' ,
127+ 'packages/react-router/node-main-dom-export.js' ,
128+ 'packages/react-router/node-main.js' ,
129+ ] ,
130+ } ,
117131 // #902
118132 {
119133 repository : 'https://github.com/reakit/reakit' ,
@@ -146,6 +160,13 @@ export default [
146160 {
147161 repository : 'https://github.com/TheThingsNetwork/lorawan-stack' ,
148162 babelPlugins : [ 'decorators' ] ,
163+ ignore : [
164+ // Uses `/* eslint-env */`
165+ 'config/storybook/webpack.config.js' ,
166+ 'config/webpack.config.babel.js' ,
167+ 'config/webpack.dll.babel.js' ,
168+ 'pkg/webui/lib/get-by-path_test.js' ,
169+ ] ,
149170 } ,
150171 'https://github.com/zloirock/core-js' ,
151172 {
@@ -184,6 +205,10 @@ export default [
184205 'test/**' ,
185206 '**/tests/**' ,
186207 '**/compiled/**' ,
208+
209+ // Uses `/* eslint-env */`
210+ 'packages/next/src/server/lib/router-utils/decode-path-params.test.ts' ,
211+ 'packages/next/src/server/node-polyfill-crypto.test.ts' ,
187212 ] ,
188213 } ,
189214 // #903
@@ -204,6 +229,10 @@ export default [
204229
205230 // Global return
206231 'scripts/cypress.js' ,
232+
233+ // Uses `/* eslint-env */`
234+ 'packages/charts/chart-web-components/scripts/e2e.js' ,
235+ 'packages/web-components/scripts/e2e.js' ,
207236 ] ,
208237 } ,
209238 {
@@ -236,6 +265,8 @@ export default [
236265 'src/vs/platform/files/test/node/fixtures/**' ,
237266 'src/vs/workbench/services/search/test/node/fixtures/examples/**' ,
238267 'extensions/vscode-colorize-perf-tests/test/**' ,
268+ // Uses `/* eslint-env */`
269+ 'test/unit/electron/renderer.js' ,
239270 ] ,
240271 } ,
241272] . flatMap ( ( projectOrProjects , index ) =>
0 commit comments