File tree Expand file tree Collapse file tree 3 files changed +7
-15
lines changed
Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 * @module dprint/remark
44 */
55
6- import remarkPresetFlex from '@flex-development/remark-preset'
6+ import remarkPreset from '@flex-development/remark-preset'
77import { ok } from 'devlop'
88import { Transform } from 'node:stream'
99import remarkParse from 'remark-parse'
@@ -36,7 +36,7 @@ process.stdin.pipe(new Transform({
3636
3737 await unified ( )
3838 . use ( remarkParse )
39- . use ( remarkPresetFlex )
39+ . use ( remarkPreset )
4040 . use ( remarkStringify )
4141 . process ( file )
4242
Original file line number Diff line number Diff line change 3838 "." : " ./lib/index.mjs" ,
3939 "./package.json" : " ./package.json"
4040 },
41+ "remarkConfig" : {
42+ "plugins" : [
43+ " @flex-development/remark-preset"
44+ ]
45+ },
4146 "scripts" : {
4247 "build" : " yarn clean:build && tsc -p tsconfig.build.json --noEmit false" ,
4348 "check:ci" : " yarn dedupe --check && yarn check:format && yarn check:lint && yarn check:spelling && yarn pack && yarn check:types:build && attw package.tgz && yarn clean:pack" ,
You can’t perform that action at this time.
0 commit comments