Skip to content

Commit

Permalink
(maint) Add additional files to eslintrc
Browse files Browse the repository at this point in the history
This adds an additional folder and file to be linted by eslint.
  • Loading branch information
st3phhays committed Jan 10, 2024
1 parent b608bcf commit 3eade4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
}
},
{
files: ['.eslintrc.js', 'js/**/*.*', 'getting-started/*.js', 'playwright/**/*.ts'],
files: ['.eslintrc.js', 'js/**/*.*', 'getting-started/*.js', 'playwright/**/*.ts', 'wwwroot/js/src/**/*.js', 'gulpfile.js'],
rules: {
semi: ['error', 'always'],
quotes: ['error', 'single'],
Expand Down

0 comments on commit 3eade4f

Please sign in to comment.