yarn run example examples/example.ts --config .prettierrcYou can set a debugger anywhere in the code and then use following command:
yarn run compile && node --inspect-brk ./node_modules/.bin/prettier --config .prettierrc --plugin lib/src/index.js examples/example.tsYou can set a debugger anywhere in the code and then use following command:
node --inspect-brk ./node_modules/.bin/jest -i Or, to debug a single unit test file
node --inspect-brk ./node_modules/.bin/jest -i <name-or-relative-path-of-the-file-file>First, install the @trivago/prettier-plugin-sort-imports and then use following command:
./node_modules/.bin/prettier --write '**/*.{ts,tsx,js}'