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
- Host: GitHub
- URL: https://github.com/alphahydrae/create-react-app-typescript-readonly-bug
- Owner: AlphaHydrae
- Created: 2019-02-13T21:16:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T21:38:33.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T22:15:24.460Z (12 months ago)
- Language: TypeScript
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```