prettier-plugin-multiline-arrays

v3.0.6
Prettier plugin to force all arrays to be multiline.
array format multiline plugin prettier printer

compile

rm -rf dist && virmator compile

debug

cross-env NEW_LINE_DEBUG=true npm run test

docs

virmator docs

format

prettier --color "./**/*.+(cjs|css|graphql|html|js|json|jsx|less|md|mjs|scss|toml|ts|tsx|yaml|yml)" --write --list-different

publish

virmator publish "npm run compile && npm run test:all"

test

npm run compile && test-as-package "virmator test"

test:all

npm test && concurrently --kill-others-on-fail --kill-signal SIGKILL -c auto --colors --names types,spelling,format,docs,deps "npm run test:types" "npm run test:spelling" "npm run test:format" "npm run test:docs" "npm run test:deps"

test:coverage

npm run test coverage

test:debug

npm run compile && test-as-package "virmator test --inspect-brk --parallel=false"

test:deps

virmator deps check

test:docs

virmator docs check

test:format

prettier --color "./**/*.+(cjs|css|graphql|html|js|json|jsx|less|md|mjs|scss|toml|ts|tsx|yaml|yml)" --check

test:spelling

virmator spellcheck

test:types

tsc --noEmit
npm i prettier-plugin-multiline-arrays

Metadata

Downloads

Maintainers