Skip to content

Commit

Permalink
chore: Remove projen dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vladcos committed Feb 29, 2024
1 parent a00d2db commit bb5117d
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 45 deletions.
17 changes: 4 additions & 13 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.

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { TypeScriptProject } from '@vladcos/projen-base'

const deps = [
'eslint',
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
'eslint-config-prettier',
Expand Down Expand Up @@ -40,11 +41,11 @@ const project = new (class extends TypeScriptProject {
name: '@vladcos/eslint-config',
projenrcTs: true,
packemon: false,
projenDevDependency: false,
peerDependencyOptions: {
pinnedDevDependency: false,
},
deps,
peerDeps: ['eslint'],
repository: 'https://github.com/vladcosorg/eslint-config',
})
// @ts-expect-error We have to edit the private var
Expand Down
Loading

0 comments on commit bb5117d

Please sign in to comment.