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:
parent
4240b269c4
commit
14434b81fe
7 changed files with 1811 additions and 243 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue