You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--not=folderName1,folderName2 An array of file/folder names or globs that you would like to ignore. Defaults to `[]`.
136
+
137
+
--not=target1,target2 An array of file/folder names or globs that you would like to ignore. Defaults to `[]`.
138
+
137
139
```
138
140
141
+
**Files**
142
+
143
+
```sh
144
+
145
+
--files=target1,target2 An array of file/folder names or globs to test the ECMAScript version against. Alias of [...files] argument.
146
+
147
+
```
148
+
149
+
⚠️ **NOTE:** This is primarily intended as a way to override the `files` setting in the `.escheckrc` file for specific invocations. Setting both the `[...files]` argument and `--files` flag is an error.
0 commit comments