Skip to content

Commit b4f3223

Browse files
committed
skip linting autogenerated js
1 parent 9f010d6 commit b4f3223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ module.exports = function (grunt) {
2727
const runTests = isDirectory ?
2828
'testsContext.keys().forEach(testsContext);' :
2929
`require('${path.resolve(process.env.mocha_entry)}');`;
30-
const file = `// Auto-generated
30+
const file = `/* eslint-disable */
31+
// Auto-generated from Gruntfile.js
3132
import 'babel-polyfill';
3233
import 'whatwg-fetch';
3334
import { throwOnConsoleErrorsEverywhere, throwOnConsoleWarningsEverywhere } from './util/testUtils';

0 commit comments

Comments
 (0)