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
feat(oxfmt): replace Prettier with shared Oxfmt preset
Add oxfmt-preset.mjs and local oxfmt.config.mjs, document consumer setup, and record the decision. Add epic-web/no-prettier-ignore for Oxfmt ignore comments. Remove prettier.js, Prettier dependencies, and the prettier discussion template in favor of oxfmt-suggestion.
BREAKING CHANGE: Prettier is no longer shipped from this package. Drop the `prettier` field and `@epic-web/config/prettier` import, install `oxfmt` (peer dependency), and follow the README to extend `@epic-web/config/oxfmt` from an `oxfmt.config.ts` (or equivalent) file.
Made-with: Cursor
'Prefer `oxfmt-ignore` over `prettier-ignore` in JS/TS comments formatted by Oxfmt',
29
+
},
30
+
schema: [],
31
+
fixable: 'code',
32
+
messages: {
33
+
useOxfmtIgnore:
34
+
'Use `oxfmt-ignore` instead of `prettier-ignore` for Oxfmt. Keep `prettier-ignore` only for non-JS regions (for example Vue template/style or HTML) per Oxfmt docs.',
0 commit comments