File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ import { Formatter } from "./Formatter";
3
3
4
4
export class IniFormatter extends Formatter {
5
5
format ( configs : object ) {
6
- return encode ( configs ) ;
6
+ const iniConfigs = encode ( configs ) ;
7
+ return iniConfigs . replace ( / \. \* = t r u e / g, ".*" ) ;
7
8
}
8
9
9
10
formatFileName ( fileName : string ) : string {
Original file line number Diff line number Diff line change 204
204
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
205
205
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
206
206
207
- " @types/node@*" , "@types/node@^14" :
207
+ " @types/node@* " :
208
208
version "14.14.31"
209
209
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055"
210
210
integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g==
211
211
212
+ " @types/node@^14 " :
213
+ version "14.14.35"
214
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.35.tgz#42c953a4e2b18ab931f72477e7012172f4ffa313"
215
+ integrity sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==
216
+
212
217
" @types/through@* " :
213
218
version "0.0.30"
214
219
resolved "https://registry.yarnpkg.com/@types/through/-/through-0.0.30.tgz#e0e42ce77e897bd6aead6f6ea62aeb135b8a3895"
You can’t perform that action at this time.
0 commit comments