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
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