deslop-js 0.0.22-dev.d5626bf → 0.0.23-dev.14fbbd9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8324,6 +8324,9 @@ const CONFIG_FILE_GLOBS = [
|
|
|
8324
8324
|
"babel.config.{js,cjs,mjs,json,ts}",
|
|
8325
8325
|
".eslintrc",
|
|
8326
8326
|
".eslintrc.{js,cjs,mjs,json,yaml,yml}",
|
|
8327
|
+
".prettierrc",
|
|
8328
|
+
".prettierrc.{js,cjs,mjs,json,json5,yaml,yml,toml}",
|
|
8329
|
+
"prettier.config.{js,cjs,mjs,ts,mts,cts}",
|
|
8327
8330
|
"eslint.config.{js,cjs,mjs,ts,mts,cts}",
|
|
8328
8331
|
"webpack.config.{js,ts,mjs,cjs}",
|
|
8329
8332
|
"**/webpack*.config.{js,ts,mjs,cjs}",
|
package/dist/index.mjs
CHANGED
|
@@ -8292,6 +8292,9 @@ const CONFIG_FILE_GLOBS = [
|
|
|
8292
8292
|
"babel.config.{js,cjs,mjs,json,ts}",
|
|
8293
8293
|
".eslintrc",
|
|
8294
8294
|
".eslintrc.{js,cjs,mjs,json,yaml,yml}",
|
|
8295
|
+
".prettierrc",
|
|
8296
|
+
".prettierrc.{js,cjs,mjs,json,json5,yaml,yml,toml}",
|
|
8297
|
+
"prettier.config.{js,cjs,mjs,ts,mts,cts}",
|
|
8295
8298
|
"eslint.config.{js,cjs,mjs,ts,mts,cts}",
|
|
8296
8299
|
"webpack.config.{js,ts,mjs,cjs}",
|
|
8297
8300
|
"**/webpack*.config.{js,ts,mjs,cjs}",
|