https://github.com/fedulovivan/babel-sandbox
https://github.com/fedulovivan/babel-sandbox
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fedulovivan/babel-sandbox
- Owner: fedulovivan
- Created: 2019-08-21T08:08:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T01:38:48.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T19:03:32.936Z (4 months ago)
- Language: TypeScript
- Size: 493 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sandbox project to taste modern stuff like typescript, react hooks, latest webpack and babel and so on.
Don't forget to enable typescript validation for eslint extension in vscode's settings.js:
```js
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": false },
{ "language": "typescriptreact", "autoFix": false }
]
```