@imranbarbhuiya/oxc-config 0.1.0 → 0.1.1

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/oxfmt.js CHANGED
@@ -8,7 +8,7 @@ var oxfmt_default = defineConfig({
8
8
  quoteProps: "as-needed",
9
9
  trailingComma: "all",
10
10
  endOfLine: "lf",
11
- ignorePatterns: ["tests/fixtures/input"]
11
+ ignorePatterns: ["tests/fixtures/**"]
12
12
  });
13
13
 
14
14
  //#endregion
package/dist/oxfmt.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"oxfmt.js","names":[],"sources":["../src/oxfmt.ts"],"sourcesContent":["import { defineConfig } from 'oxfmt';\n\nexport default defineConfig({\n\tprintWidth: 120,\n\tuseTabs: true,\n\tsingleQuote: true,\n\tquoteProps: 'as-needed',\n\ttrailingComma: 'all',\n\tendOfLine: 'lf',\n\tignorePatterns: ['tests/fixtures/input'],\n});\n"],"mappings":";;;AAEA,oBAAe,aAAa;CAC3B,YAAY;CACZ,SAAS;CACT,aAAa;CACb,YAAY;CACZ,eAAe;CACf,WAAW;CACX,gBAAgB,CAAC,sBAAsB;AACxC,CAAC"}
1
+ {"version":3,"file":"oxfmt.js","names":[],"sources":["../src/oxfmt.ts"],"sourcesContent":["import { defineConfig } from 'oxfmt';\n\nexport default defineConfig({\n\tprintWidth: 120,\n\tuseTabs: true,\n\tsingleQuote: true,\n\tquoteProps: 'as-needed',\n\ttrailingComma: 'all',\n\tendOfLine: 'lf',\n\tignorePatterns: ['tests/fixtures/**'],\n});\n"],"mappings":";;;AAEA,oBAAe,aAAa;CAC3B,YAAY;CACZ,SAAS;CACT,aAAa;CACb,YAAY;CACZ,eAAe;CACf,WAAW;CACX,gBAAgB,CAAC,mBAAmB;AACrC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imranbarbhuiya/oxc-config",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shared Oxlint and Oxfmt configs for JavaScript and TypeScript projects",
5
5
  "keywords": [
6
6
  "config",