Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Nov 10, 2023
1 parent a8c2f75 commit 486729b
Show file tree
Hide file tree
Showing 42 changed files with 1,099 additions and 1,413 deletions.
14 changes: 12 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"extends": ["@diplodoc/eslint-config"],
"root": true
"extends": ["@diplodoc/eslint-config", "@diplodoc/eslint-config/prettier"],
"root": true,
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module",
"project": ["./tsconfig.test.json", "./tsconfig.json"]
}
}
]
}
1 change: 1 addition & 0 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run typecheck
- run: npm run lint
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@diplodoc/prettier-config');
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@diplodoc/eslint-config": "^1.0.15",
"@diplodoc/prettier-config": "^1.0.0",
"@diplodoc/tsconfig": "^1.0.2",
"@gravity-ui/uikit": "^5.18.0",
"@swc/cli": "^0.1.62",
Expand All @@ -80,6 +81,7 @@
"markdown-it": "^13.0.1",
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.1.1",
Expand Down
170 changes: 0 additions & 170 deletions src/__snapshots__/combiners/allOf/allOf.test.ts.snap

This file was deleted.

66 changes: 0 additions & 66 deletions src/__snapshots__/combiners/complex/complex.test.ts.snap

This file was deleted.

Loading

0 comments on commit 486729b

Please sign in to comment.