All Projects → hexacta → prettier-check

hexacta / prettier-check

Licence: MIT license
Check that all files match prettier code style.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to prettier-check

Pettier
Prettier config that randomizes options and arbitrarily switches between spaces and tabs 🙄
Stars: ✭ 149 (+175.93%)
Mutual labels:  lint, formatter, prettier, style
Lint Action
✨ GitHub Action for detecting and auto-fixing lint errors
Stars: ✭ 161 (+198.15%)
Mutual labels:  linting, ci, code-style
dockerfile-utils
A library and command line interface for formatting and linting Dockerfiles.
Stars: ✭ 17 (-68.52%)
Mutual labels:  lint, formatter, linting
li18nt
🌎 Lint your i18n translation files. Detect conflicting properties, duplicates and make it more readable and easier to maintain by formatting it!
Stars: ✭ 29 (-46.3%)
Mutual labels:  lint, formatter, linting
makefiles
No description or website provided.
Stars: ✭ 23 (-57.41%)
Mutual labels:  lint, linting, ci
Format.cmake
💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.
Stars: ✭ 94 (+74.07%)
Mutual labels:  lint, ci, style
Snazzy
Format JavaScript Standard Style as Stylish (i.e. snazzy) output
Stars: ✭ 381 (+605.56%)
Mutual labels:  lint, formatter, style
plugin-pug
Prettier Pug Plugin
Stars: ✭ 163 (+201.85%)
Mutual labels:  formatter, prettier
npm-groovy-lint
Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files using command line
Stars: ✭ 124 (+129.63%)
Mutual labels:  lint, ci
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-74.07%)
Mutual labels:  formatter, linting
pre-commit-hooks
Standardizing our code quality tooling 🛠️
Stars: ✭ 44 (-18.52%)
Mutual labels:  formatter, prettier
docker-ansible
Alpine-based multistage-build version of Ansible for reproducible usage in CI
Stars: ✭ 168 (+211.11%)
Mutual labels:  lint, linting
ngx-translate-lint
Simple CLI tools for check `ngx-translate` keys
Stars: ✭ 25 (-53.7%)
Mutual labels:  lint, linting
therapist
Work out your commitment issues.
Stars: ✭ 29 (-46.3%)
Mutual labels:  lint, linting
Dilettantes-Guide-to-Linting
Setting up ESLint, Prettier, VS Code, and the AirBnB style guide in beautiful harmony.
Stars: ✭ 18 (-66.67%)
Mutual labels:  linting, prettier
Husky.Net
Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
Stars: ✭ 394 (+629.63%)
Mutual labels:  lint, linting
ex format
ExFormat formats Elixir source code according to a standard set of rules
Stars: ✭ 39 (-27.78%)
Mutual labels:  formatter, code-style
eslint-formatter-git-log
ESLint Formatter featuring Git Author, Date, and Hash
Stars: ✭ 36 (-33.33%)
Mutual labels:  lint, formatter
dockerfile-language-service
Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
Stars: ✭ 15 (-72.22%)
Mutual labels:  lint, formatter
html-eslint
ESLint plugin for linting HTML
Stars: ✭ 72 (+33.33%)
Mutual labels:  lint, formatter

prettier-check Build Status npm version

Check that all files match prettier code style.

Install

$ npm install --save-dev prettier prettier-check

Make sure you have prettier as a dependency (or globally).

Usage

Use it in the test script in your package.json:

  "scripts": {
    "test": "prettier-check src/**/*.js"
  },

All args are forwarded to prettier:

  "scripts": {
    "test": "prettier-check --single-quote --trailing-comma es5 src/**/*.js"
  },

License

MIT © Hexacta

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].