Skip to content
Snippets Groups Projects
Unverified Commit 56b112a8 authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

chore: move prettier to the repo root

parent 86ae62f7
No related branches found
No related tags found
2 merge requests!9feat(ssi): Establish a trusted connection with yourself,!8Project house-keeping, refactoring and reorganizing
......@@ -10,8 +10,13 @@
!*/
# ... in these ones
!src/*
!apps/**/src/*
# Explicitly ignore these locations
node_modules
dist
apps/**/dist
compose
documentation
# Ignore ssi-abstraction for now
apps/ssi-abstraction
File moved
......@@ -18,8 +18,6 @@
"start:docker": "yarn prisma:generate && yarn dbSchema && yarn start",
"lint": "eslint --fix",
"lint:all": "npm run lint -- .",
"format": "prettier --write",
"format:all": "npm run format -- .",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
......@@ -75,7 +73,6 @@
"husky": "^8.0.3",
"jest": "^29.7.0",
"node-mocks-http": "^1.13.0",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.21",
......
# Ignore everything
*
# Except for these files
!*.ts
!*.d.ts
!jest.config.js
# .. also in subdirectories
!*/
# ... in these ones
!src/*
# Explicitly ignore these locations
node_modules
dist
{
"singleQuote": true,
"trailingComma": "all"
}
\ No newline at end of file
......@@ -19,8 +19,6 @@
"start:docker:prod": "pnpm prisma:migrate && node dist/src/main",
"lint": "eslint --fix",
"lint:all": "npm run lint -- .",
"format": "prettier --write",
"format:all": "npm run format -- .",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
......@@ -77,7 +75,6 @@
"husky": "^8.0.3",
"jest": "^29.7.0",
"node-mocks-http": "^1.13.0",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
......
# Ignore everything
*
# Except for these files
!*.ts
!*.d.ts
!jest.config.js
# .. also in subdirectories
!*/
# ... in these ones
!src/*
# Explicitly ignore these locations
node_modules
dist
{
"singleQuote": true,
"trailingComma": "all"
}
\ No newline at end of file
......@@ -19,8 +19,6 @@
"start:docker": "pnpm prisma:migrate && pnpm start",
"lint": "eslint --fix",
"lint:all": "npm run lint -- .",
"format": "prettier --write",
"format:all": "npm run format -- .",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
......@@ -79,7 +77,6 @@
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.21",
......
# Ignore everything
*
# Except for these files
!*.ts
!*.d.ts
!jest.config.js
# .. also in subdirectories
!*/
# ... in these ones
!src/*
# Explicitly ignore these locations
node_modules
dist
{
"singleQuote": true,
"trailingComma": "all"
}
\ No newline at end of file
......@@ -19,8 +19,6 @@
"start:docker": "pnpm prisma:generate && pnpm dbSchema && pnpm start",
"lint": "eslint --fix",
"lint:all": "npm run lint -- .",
"format": "prettier --write",
"format:all": "npm run format -- .",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
......@@ -75,7 +73,6 @@
"husky": "^8.0.3",
"jest": "^29.7.0",
"node-mocks-http": "^1.13.0",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.21",
......
......@@ -10,7 +10,10 @@
"proof:build": "pnpm -F proof-manager build",
"ssi:build": "pnpm -F ssi-abstraction build",
"lint": "pnpm -r lint",
"prettier": "prettier --ignore-path .gitignore '**/*.+(js|json|ts|md|yml|yaml)'",
"format": "pnpm prettier --write"
"format": "prettier --write",
"format:all": "npm run format -- ."
},
"devDependencies": {
"prettier": "^3.1.0"
}
}
......@@ -6,7 +6,11 @@ settings:
 
importers:
 
.: {}
.:
devDependencies:
prettier:
specifier: ^3.1.0
version: 3.1.0
 
apps/attestation-manager:
dependencies:
......@@ -119,27 +123,9 @@ importers:
'@types/supertest':
specifier: ^2.0.16
version: 2.0.16
'@typescript-eslint/eslint-plugin':
specifier: ^6.11.0
version: 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2)
'@typescript-eslint/parser':
specifier: ^6.11.0
version: 6.11.0(eslint@8.53.0)(typescript@5.2.2)
dotenv-cli:
specifier: ^7.3.0
version: 7.3.0
eslint:
specifier: ^8.53.0
version: 8.53.0
eslint-config-prettier:
specifier: ^9.0.0
version: 9.0.0(eslint@8.53.0)
eslint-plugin-jest:
specifier: ^27.6.0
version: 27.6.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint@8.53.0)(jest@29.7.0)(typescript@5.2.2)
eslint-plugin-prettier:
specifier: ^5.0.1
version: 5.0.1(eslint-config-prettier@9.0.0)(eslint@8.53.0)(prettier@3.1.0)
husky:
specifier: ^8.0.3
version: 8.0.3
......@@ -149,9 +135,6 @@ importers:
node-mocks-http:
specifier: ^1.13.0
version: 1.13.0
prettier:
specifier: ^3.1.0
version: 3.1.0
prisma:
specifier: ^5.6.0
version: 5.6.0
......@@ -315,9 +298,6 @@ importers:
node-mocks-http:
specifier: ^1.13.0
version: 1.13.0
prettier:
specifier: ^3.1.0
version: 3.1.0
prisma:
specifier: ^5.6.0
version: 5.6.0
......@@ -487,9 +467,6 @@ importers:
jest:
specifier: ^29.7.0
version: 29.7.0(@types/node@20.9.0)(ts-node@10.9.1)
prettier:
specifier: ^3.1.0
version: 3.1.0
prisma:
specifier: ^5.6.0
version: 5.6.0
......@@ -656,9 +633,6 @@ importers:
node-mocks-http:
specifier: ^1.13.0
version: 1.13.0
prettier:
specifier: ^3.1.0
version: 3.1.0
prisma:
specifier: ^5.6.0
version: 5.6.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment