1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-10 07:55:27 +02:00

meta: Share global eslint config, move prettier config (#339)

This commit is contained in:
Rafly Maulana 2022-11-21 02:22:01 +07:00 committed by GitHub
parent a43af8eac5
commit 5381d45e50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1811 additions and 243 deletions

7
.gitignore vendored
View file

@ -3,3 +3,10 @@ docker-compose.override.yml
.idea
.DS_Store
# Prevent another lockfile than package-lock.json (npm) from being created
# If some case you are using pnpm or yarn, don't forget to generate npm lockfile
# before commiting your code by running:
# `npm i --package-lock-only`
pnpm-lock.yaml
yarn.lock