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 f1bcf53 commit da9d6b2Copy full SHA for da9d6b2
tests/lib/configs/configs.js
@@ -5,6 +5,10 @@ const plugin = require('../../../lib/index')
5
6
describe('configs', () => {
7
for (const name of Object.keys(plugin.configs)) {
8
+ if (name.startsWith('flat/')) {
9
+ continue
10
+ }
11
+
12
const configName = `plugin:vue/${name}`
13
const eslint = new ESLint({
14
overrideConfigFile: true,
0 commit comments