We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3de71 commit 5758214Copy full SHA for 5758214
examples/with-nightwatch/eslint.config.js
@@ -12,6 +12,7 @@ export default [
12
...vueTsEslintConfig(),
13
14
{
15
+ // nightwatch specs
16
files: ['tests/e2e/**/*.{js,ts}', '**/__tests__/**/*.{js,ts}'],
17
rules: {
18
'no-unused-expressions': 'off',
0 commit comments