-
With everything set up, it's coding time! (finally)
**(Re-)Note:** because this is a new step, don't forget to open a new branch!
# Step 1/2 - Login screen Frontend (FE)
#### Estimated time: 2 hours…
-
##
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38409898-doesn-t-work-with-react-jsx-files?utm_campaign=plugin&utm_content=tracker%2F535900&utm_med…
dfrho updated
3 years ago
-
https://github.com/nrn/eslint-staged/blob/d8c5332e077adfc06821f9f028fad9f42dd28f24/index.js#L5
Looks like this is hard-coded to only support `.js` files -- not `.jsx`, `.ts`, and `.tsx`.
-
Hey there! I've been using this excellent plug-in this week, and I wanted to report an issue I'm having with only one of my projects - after I successfully compile the jsx together in Sketch and go to…
-
![image](https://github.com/user-attachments/assets/81797506-63e8-417e-866e-ce21ed3699a3)
![image](https://github.com/user-attachments/assets/af3e33d4-a847-4ff9-abc6-50591f9fa0e7)
![image](https://g…
-
Otherwise user won't know ...
-
## Description
- The JSX example is not correctly displayed in the webpage, there is no problem with the Readme file though
## Screenshot
![image](https://user-images.githubusercontent.com/492221…
-
Hey @Manj0tBenipal the website is loading correctly but on the watch page the player is not loading.
how to fix this issue. can u help with this issue
-
e.g.
```
const bar = 42;
const baz = `foo ${bar}`; // 'foo 42'
```
`foo` should be styled as string and `${bar}` should be styled as variable.
http://babeljs.io/docs/learn-es2015/#template-strings
-
Your latest commit fixes a bug in my CI pipeline (I've upgraded to 0.14-rc1), can you please publish your bump in npm?
Thanks for the great package!