mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
* chore(tooling): use yarn for linting scripts * chore: fixes and tweaks * chore(ci): more permissions * chore: clean up, lint fixes * chore: clean up, lint fixes * chore: clean up, lint fixes * chore(lint): fix yamllint errors and warnings * chore(lint): lint fixes * chore(lint): lint fixes
22 lines
290 B
YAML
22 lines
290 B
YAML
---
|
|
extends: default
|
|
|
|
ignore: |
|
|
node_modules
|
|
tools
|
|
config/tmux/plugins
|
|
|
|
rules:
|
|
empty-lines:
|
|
level: warning
|
|
max: 1
|
|
line-length:
|
|
max: 200
|
|
level: warning
|
|
truthy:
|
|
check-keys: false
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
trailing-spaces:
|
|
level: warning
|