Skip to content

Commit

Permalink
chore: add comment about the purpose of the files
Browse files Browse the repository at this point in the history
Because their names are too generic to be self-explanatory.
  • Loading branch information
haoqunjiang committed Oct 5, 2024
1 parent 6d3de71 commit 5758214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/with-nightwatch/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default [
...vueTsEslintConfig(),

{
// nightwatch specs
files: ['tests/e2e/**/*.{js,ts}', '**/__tests__/**/*.{js,ts}'],
rules: {
'no-unused-expressions': 'off',
Expand Down

0 comments on commit 5758214

Please sign in to comment.