@shibanet0/datamitsu-config 0.0.1-alpha-26 → 0.0.1-alpha-27

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.
Files changed (2) hide show
  1. package/datamitsu.js +13 -13
  2. package/package.json +1 -1
package/datamitsu.js CHANGED
@@ -1789,7 +1789,7 @@ var mapOfApps = {
1789
1789
 
1790
1790
  // package.json
1791
1791
  var name = "@shibanet0/datamitsu-config";
1792
- var version = "0.0.1-alpha-26";
1792
+ var version = "0.0.1-alpha-27";
1793
1793
  var dependencies = {
1794
1794
  "@antebudimir/eslint-plugin-vanilla-extract": "1.16.0",
1795
1795
  "@commander-js/extra-typings": "14.0.0",
@@ -2984,18 +2984,18 @@ var eslintGlobs = [
2984
2984
  "**/*.yml"
2985
2985
  ];
2986
2986
  var prettierGlobs = [
2987
- // ...eslintGlobs,
2988
- // "**/*.js",
2989
- // "**/*.mjs",
2990
- // "**/*.cjs",
2991
- // "**/*.d.ts",
2992
- // "**/*.ts",
2993
- // "**/*.mts",
2994
- // "**/*.cts",
2995
- // "**/*.tsx",
2996
- // "**/*.json",
2997
- // "**/*.yaml",
2998
- // "**/*.md",
2987
+ ...eslintGlobs,
2988
+ "**/*.js",
2989
+ "**/*.mjs",
2990
+ "**/*.cjs",
2991
+ "**/*.d.ts",
2992
+ "**/*.ts",
2993
+ "**/*.mts",
2994
+ "**/*.cts",
2995
+ "**/*.tsx",
2996
+ "**/*.json",
2997
+ "**/*.yaml",
2998
+ "**/*.md"
2999
2999
  ];
3000
3000
  var oxlintGlobs = [
3001
3001
  "**/*.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shibanet0/datamitsu-config",
3
- "version": "0.0.1-alpha-26",
3
+ "version": "0.0.1-alpha-27",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",