We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6bf1e commit 3a85c1bCopy full SHA for 3a85c1b
eslint.config.js
@@ -19,12 +19,10 @@
19
20
const { defineConfig } = require('eslint/config');
21
const nodeConfig = require('@cordova/eslint-config/node');
22
-const nodeTestConfig = require('@cordova/eslint-config/node-tests');
23
const browserConfig = require('@cordova/eslint-config/browser-tests');
24
25
module.exports = defineConfig([
26
...nodeConfig,
27
- ...nodeTestConfig,
28
...browserConfig.map((config) => ({
29
files: [
30
'www/**/*.js',
0 commit comments