All Projects → sourceboat → pug-lint-vue

sourceboat / pug-lint-vue

Licence: MIT License
Command line tool to lint Pug templates in Vue single file components.

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to pug-lint-vue

Frontend-StarterKit
Frontend StarterKit - [Gulp 4, Pug, SCSS, ES6+]
Stars: ✭ 13 (-38.1%)
Mutual labels:  linter, pug
Markuplint
A Linter for All Markup Languages.
Stars: ✭ 193 (+819.05%)
Mutual labels:  linter, pug
automutate
Applies waves of mutations provided by other tools, such as linters or codemods.
Stars: ✭ 13 (-38.1%)
Mutual labels:  linter
fortran-linter
A simple fortran syntax checker, including automatic fixing of the code.
Stars: ✭ 15 (-28.57%)
Mutual labels:  linter
selective
Statically find HTML anti patterns using CSS Selectors
Stars: ✭ 15 (-28.57%)
Mutual labels:  linter
pug-inheritance
Get files which include or extend the given Pug file.
Stars: ✭ 13 (-38.1%)
Mutual labels:  pug
splinter
Simple pattern-based linter 🐀
Stars: ✭ 31 (+47.62%)
Mutual labels:  linter
speedy
Development environment for static pages using Gulp - Pug & Sass & browser-sync & babelify & browserify
Stars: ✭ 13 (-38.1%)
Mutual labels:  pug
Nayumi
A cute bot of Telegram.
Stars: ✭ 12 (-42.86%)
Mutual labels:  linter
Format.cmake
💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.
Stars: ✭ 94 (+347.62%)
Mutual labels:  linter
elvis core
The core of an Erlang linter
Stars: ✭ 43 (+104.76%)
Mutual labels:  linter
cfn-lint-action
GitHub Action for interacting with CloudFormation Linter
Stars: ✭ 41 (+95.24%)
Mutual labels:  linter
eslint-config
An ESLint shareable config that I used in my projects
Stars: ✭ 15 (-28.57%)
Mutual labels:  linter
generator-vintage-frontend
Modern front-end workflow
Stars: ✭ 15 (-28.57%)
Mutual labels:  pug
stylelint-processor-glamorous
💄 Lint glamorous and related css-in-js with stylelint
Stars: ✭ 18 (-14.29%)
Mutual labels:  linter
Swift-Coding-Guidelines
A repository to collect best practices when programming with Swift
Stars: ✭ 17 (-19.05%)
Mutual labels:  linter
mouette
🐦 [WIP] Lint your MongoDB.
Stars: ✭ 12 (-42.86%)
Mutual labels:  linter
JSONCustomLintr
Library to allow creation, running, and reporting of custom lint rules for JSON files
Stars: ✭ 19 (-9.52%)
Mutual labels:  linter
standard-packages
List of packages that use `standard`
Stars: ✭ 32 (+52.38%)
Mutual labels:  linter
Android-CICD
This repo demonstrates how to work on CI/CD for Mobile Apps 📱 using Github Actions 💊 + Firebase Distribution 🎉
Stars: ✭ 37 (+76.19%)
Mutual labels:  linter

⚠️ Deprecated: This project is not actively maintained anymore. Use it at your own risk. Here are some helpful ressources:

pug-lint-vue

npm npm downloads Build Status js-standard-style

Command line tool to lint Pug templates in Vue single file components. It uses pug-lint under the hood.

Installation

$ npm install pug-lint-vue

Usage

$ pug-lint-vue [options] <file ...>

Options

  • -h, --help: output usage information
  • -V, --version: output the version number
  • -c, --config <path>: configuration file path (see pug-lint for more information)

Example

The following example scans the assets directory for .vue files and outputs lint errors in <template> tags with the attribute lang="pug" set.

$ pug-lint-vue assets

Development

Build the docker container via:

$ docker build . -t pug-lint-vue

Use docker compose to work on the files:

$ docker-compose up
$ docker-compose exec app bash
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].