Skip to content

Commit 033dc0b

Browse files
committed
Update eslint config
1 parent f98cd51 commit 033dc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = init;
66
module.exports = [
77
...init,
88
{
9-
files: ['Pragmatic/**/*.js'],
9+
files: ['Enterprise/**/*.js', 'Native/**/*.js', 'Pragmatic/**/*.js'],
1010
languageOptions: {
1111
sourceType: 'module',
1212
globals: {

0 commit comments

Comments
 (0)