1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +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 4240b269c4
commit 14434b81fe
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