Skip to content

Commit 5758214

Browse files
committed
chore: add comment about the purpose of the files
Because their names are too generic to be self-explanatory.
1 parent 6d3de71 commit 5758214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: examples/with-nightwatch/eslint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default [
1212
...vueTsEslintConfig(),
1313

1414
{
15+
// nightwatch specs
1516
files: ['tests/e2e/**/*.{js,ts}', '**/__tests__/**/*.{js,ts}'],
1617
rules: {
1718
'no-unused-expressions': 'off',

0 commit comments

Comments
 (0)