You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iquabius opened this issue
Jan 19, 2019
· 1 comment
Labels
prio-midTarefas de prioridade média que podem ser feitas quando não tiver tarefas de prioridade altatoolingO problema envolve o sistema de compilação, linting, ferramentas de teste...
We should compile API code with babel as well before we continue with this. Currently we're using 'ts-node' for dev env and tsc from 'typescript'. This is actually not a good idea. See:
The text was updated successfully, but these errors were encountered:
iquabius
added
prio-mid
Tarefas de prioridade média que podem ser feitas quando não tiver tarefas de prioridade alta
tooling
O problema envolve o sistema de compilação, linting, ferramentas de teste...
labels
Jan 19, 2019
prio-midTarefas de prioridade média que podem ser feitas quando não tiver tarefas de prioridade altatoolingO problema envolve o sistema de compilação, linting, ferramentas de teste...
The future of TypeScript on ESLint (Jan 2019)
Example project: eslint-config-react-native-wcandillon
babel-eslint limitations
See:
@babel/plugin-transform-typescript
with this?Use babel-eslint to lint TypeScript with ESLint
We should compile API code with babel as well before we continue with this. Currently we're using 'ts-node' for dev env andThis is actually not a good idea. See:tsc
from 'typescript'.Relacionado a #95.
The text was updated successfully, but these errors were encountered: