We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98cd51 commit 033dc0bCopy full SHA for 033dc0b
eslint.config.js
@@ -6,7 +6,7 @@ module.exports = init;
6
module.exports = [
7
...init,
8
{
9
- files: ['Pragmatic/**/*.js'],
+ files: ['Enterprise/**/*.js', 'Native/**/*.js', 'Pragmatic/**/*.js'],
10
languageOptions: {
11
sourceType: 'module',
12
globals: {
0 commit comments