using lint-staged

This commit is contained in:
Fractal-Tess
2022-09-19 21:56:01 +03:00
parent a6d20b3bb5
commit 28f8e278cf
5 changed files with 851 additions and 1289 deletions

View File

@@ -1,8 +1,23 @@
# v 0.1
# v 0.2
# Minified files
*.min.*
*.min.*
# Husky
.husky/*
# Git
.gitignore
# Eslint
.eslintignore
# Self
.prettierignore
# Pnpm
pnpm-lock.yaml
# dotenv environment variable files
.env
.env.development.local
@@ -10,9 +25,6 @@
.env.production.local
.env.local
# Fix: .eslintignore is being threated as a markdown
.eslintignore
# Runtime data
pids
*.pid