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

https://github.com/fedulovivan/babel-sandbox


https://github.com/fedulovivan/babel-sandbox

Last synced: 2 months ago
JSON representation

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 }
]
```