Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Oct 29, 2024
1 parent 10b0e32 commit 984ef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const compat = new FlatCompat({

export default [
includeIgnoreFile(gitignorePath),
{ ignores: ['**/dist/'] },
{ ignores: ['dist/'] },
...compat.extends('brightspace/node-config').map((config) => ({
...config,
files: ['**/*.js', '**/*.cjs']
Expand Down

0 comments on commit 984ef47

Please sign in to comment.