This package has been deprecated

Author message:

No longer maintained

prandard

1.0.3 • Public • Published

💥 Careful: This package is no longer maintained and is only here for historic reasons. This means you should very likely not use it. You have been warned. 💥


prandard

prettier + standard in one tiny command

This is a small package that combines the formatting of prettier with the code style and analysis of standard. It deliberately has no options and a single CLI argument, so there is no bikeshedding and we can get to work on actual problems instead 🎉.

Install

npm install --dev prandard

Usage

// package.json
{
  "scripts": {
    "format": "prandard 'src/**/*.js'"
  }
}
npm run format # will run on src/**/*.js
npm run format -- 'src/**/Button/*.js' # will run on src/**/Button/*.js instead

Readme

Keywords

none

Package Sidebar

Install

npm i prandard

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

2.41 kB

Total Files

4

Last publish

Collaborators

  • queicherius