rodrigobdz / linters

Template repository with linter configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linters

Template repository with linter configuration files

Supported languages / file types:

  • Markdown
  • Shell
  • JSON
  • YML
  • Python

Requirements

  • Install pre-commit (linter manager)

    brew install pre-commit
  • Install linters

    pre-commit install --force
  • Adapt configuration files (dotfiles) to project

Usage

  • Format code

    ./script/format

About

Template repository with linter configuration files


Languages

Language:Shell 100.0%