Skip to content

queicherius/prandard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💥 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

About

prettier standard in one tiny command

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages