Skip to content

Commit c056778

Browse files
committed
Ignore
1 parent 6acb0f1 commit c056778

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

test/integration/projects.js

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,15 @@ export default [
113113
'importAssertions',
114114
],
115115
},
116-
'https://github.com/ReactTraining/react-router',
116+
{
117+
repository: 'https://github.com/ReactTraining/react-router',
118+
ignore: [
119+
// Uses `/* eslint-env */`
120+
'lib/dom/node-main.js',
121+
'node-main-dom-export.js',
122+
'node-main.js',
123+
],
124+
},
117125
// #902
118126
{
119127
repository: 'https://github.com/reakit/reakit',
@@ -146,6 +154,13 @@ export default [
146154
{
147155
repository: 'https://github.com/TheThingsNetwork/lorawan-stack',
148156
babelPlugins: ['decorators'],
157+
ignore: [
158+
// Uses `/* eslint-env */`
159+
'config/storybook/webpack.config.js',
160+
'config/webpack.config.babel.js',
161+
'config/webpack.dll.babel.js',
162+
'pkg/webui/lib/get-by-path_test.js',
163+
],
149164
},
150165
'https://github.com/zloirock/core-js',
151166
{
@@ -184,6 +199,10 @@ export default [
184199
'test/**',
185200
'**/tests/**',
186201
'**/compiled/**',
202+
203+
// Uses `/* eslint-env */`
204+
'src/server/lib/router-utils/decode-path-params.test.ts',
205+
'src/server/node-polyfill-crypto.test.ts',
187206
],
188207
},
189208
// #903
@@ -204,6 +223,10 @@ export default [
204223

205224
// Global return
206225
'scripts/cypress.js',
226+
227+
// Uses `/* eslint-env */`
228+
'packages/charts/chart-web-components/scripts/e2e.js',
229+
'packages/web-components/scripts/e2e.js',
207230
],
208231
},
209232
{

0 commit comments

Comments
 (0)