-
I want to use the crashlytics plugin to my nativescript angular project for android. I did all the steps in the documentation of crashlytics but in the firebase console, the screen is stuck with "add …
-
I'm trying to use react plugins with preact, which should use preact/compat from core.
### Reproduction
npm ls --depth 0 | grep preact
├── jest-preset-preact@1.0.0
├── preact@10.3.4
├── preac…
-
# TSLint -> ESLint
## Issue Description
As TSLint is in deprecation state you should port this repo to ESLint.
## Possible resolution
Using the npm package [tslint-to-eslint-config](https…
-
Experiment out new things. Add prettier to make the code clean and helpful for the users to read.
-
**Note: for support questions, please use one of these channels:**
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
#### Short description of the problem:
Opening the…
-
TSlint is legacy, eslint is the future/
-
A [`Lynt v1` milestone](https://github.com/saadq/lynt/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Lynt+v1%22) exists so you can see which issues need to be resolved before releasing v1.
The main p…
saadq updated
5 years ago
-
I have a simple React, Typescript project with an import of one icon. I do however end up with the full index.es.js file in the bundle ...
Is it obvious for someone what I'm doing wrong here to ge…
-
Awesome plugin, exactly what we were looking for, but the plugin does not seem to resolve import paths which use aliases defined in `tsconfig`.
In our project we import like:
```js
import Some…
-
I have an Angular 8 project that was created with Angular CLI and using it in WebStorm. WebStorm reports all TsLint warnings and errors.
I run this and enable all rules
````
ng add ngrx-tslint-r…