Skip to content

Commit 4f794d2

Browse files
committed
Convert to flat eslint config
1 parent be20bd3 commit 4f794d2

13 files changed

+371
-219
lines changed

.eslintignore

-9
This file was deleted.

.eslintrc.js

-203
This file was deleted.

babel.test.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { createRequire } from 'node:module';
1111
import vmBabelPlugins from '@glimmer/vm-babel-plugins';
1212
import baseConfig from './babel.config.mjs';
1313

14+
// eslint-disable-next-line no-redeclare
1415
const require = createRequire(import.meta.url);
1516
const buildDebugMacroPlugin = require('./broccoli/build-debug-macro-plugin.js');
1617
const isProduction = process.env.EMBER_ENV === 'production';

bin/build-for-publishing.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use strict';
2-
/* eslint-env node */
32

43
const fs = require('fs');
54
const path = require('path');

bin/run-tests-injection.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/* eslint-env browser */
21
/* eslint-disable no-console */
3-
/* globals QUnit */
2+
/* globals QUnit,document,window */
43
'use strict';
54
document.addEventListener('DOMContentLoaded', function () {
65
let testsTotal = 0;

0 commit comments

Comments
 (0)