Skip to content

Add typescript devDependency (required by eslint-config-airbnb-extended) - #550

Merged
cigamit merged 1 commit into
ctrliq:mainfrom
blaipr:fix/add-typescript-devdep
Jun 28, 2026
Merged

Add typescript devDependency (required by eslint-config-airbnb-extended)#550
cigamit merged 1 commit into
ctrliq:mainfrom
blaipr:fix/add-typescript-devdep

Conversation

@blaipr

@blaipr blaipr commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds typescript as a devDependency (^6.0.3)
  • eslint-config-airbnb-extended pulls in typescript-eslint -> @typescript-eslint/parser, which requires typescript as a peer dependency
  • Without it, the webpack dev server fails to compile: Cannot find module 'typescript'

eslint-config-airbnb-extended pulls in typescript-eslint, which requires
typescript as a peer dependency. Without it, the webpack dev server fails
to compile with 'Cannot find module typescript'.
@cigamit cigamit self-assigned this Jun 28, 2026
@cigamit
cigamit merged commit f863a8d into ctrliq:main Jun 28, 2026
sy-base pushed a commit to sy-base/ascender that referenced this pull request Jul 4, 2026
…ed) (ctrliq#550)

eslint-config-airbnb-extended pulls in typescript-eslint, which requires
typescript as a peer dependency. Without it, the webpack dev server fails
to compile with 'Cannot find module typescript'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants