An open API service indexing awesome lists of open source software.

https://github.com/alphahydrae/create-react-app-typescript-readonly-bug

Demonstration of a linting bug with the Typescript version of create-react-app
https://github.com/alphahydrae/create-react-app-typescript-readonly-bug

Last synced: 18 days ago
JSON representation

Demonstration of a linting bug with the Typescript version of create-react-app

Awesome Lists containing this project

README

          

# [Create React App](https://github.com/facebook/create-react-app): Default linter and/or linting configuration cannot parse TypeScript's readonly modifier

See https://github.com/facebook/create-react-app/issues/6420

```
git clone https://github.com/AlphaHydrae/create-react-app-typescript-readonly-bug.git && \
cd create-react-app-typescript-readonly-bug && \
npm ci && \
./node_modules/eslint/bin/eslint.js src/App.tsx
```