Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vladcos committed Dec 2, 2023
1 parent 44a80b5 commit 282ab97
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 71 deletions.
27 changes: 5 additions & 22 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
import { TypeScriptProject } from '@vladcos/projen-base'

const deps = [
'eslint@^8',
'@typescript-eslint/eslint-plugin@^6',
'@typescript-eslint/parser@^6',
'eslint',
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
// 'eslint-config-canonical',
'eslint-config-prettier@^9',
'eslint-define-config@^1',
'eslint-import-resolver-alias@^1',
'eslint-import-resolver-typescript@^3',
'eslint-plugin-import@^2',
'eslint-plugin-jest@^27',
'eslint-plugin-json-schema-validator@^4',
'eslint-plugin-jsonc@^2',
'eslint-plugin-json-files@^3',
'eslint-plugin-node@^11',
'eslint-plugin-promise@^6',
'eslint-plugin-sonarjs@latest',
'eslint-plugin-unicorn@^48',
'eslint-plugin-unused-imports@^3',
'eslint-plugin-vue@^9',
'eslint-config-prettier',
'eslint-define-config',
'eslint-import-resolver-alias',
'eslint-import-resolver-typescript',
'eslint-plugin-import',
'eslint-plugin-jest',
'eslint-plugin-json-schema-validator',
'eslint-plugin-jsonc',
'eslint-plugin-json-files',
'eslint-plugin-node',
'eslint-plugin-promise',
'eslint-plugin-sonarjs@^0',
'eslint-plugin-unicorn',
'eslint-plugin-unused-imports',
'eslint-plugin-vue',
]
const project = new (class extends TypeScriptProject {
override preSynthesize() {
Expand Down
47 changes: 23 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 282ab97

Please sign in to comment.