-
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
…
-
Given https://github.com/palantir/tslint/issues/2163 it would be nice, if the `rules/` directory would contain an empty `index.js`. Then we could resolve the rules directory with Nodes module resoluti…
-
In our repo we have `.hound.yml` configured to run ESLint:
```yaml
fail_on_violations: true
ruby:
config_file: .rubocop.yml
version: 0.63.0
javascript:
enabled: false
eslint:
co…
-
We have Nativescript in our Angular 10 application.
For web, we have RTCPeerConnection working
But for Nativescript on Android, we planned to used this plugin.
When I do `tns build android`, …
-
Hello 👋
Recently, out of interest, I made a branch of dtslint which drops tslint entirely and uses ESLint instead.
TSLint has been obsolete for a very long time, and deprecated for quite some t…
-
## Search Terms
refactoring
quick
fix
add
inferred
type
## Suggestion
VS Code should provide a refactoring command for generating a type annotation.
## Use Cases
In our code base…
-
Consider the following snippet:
```tsx
export const BarComponent: React.FunctionComponent = ({ children }) => {children(42)};
export const FooComponent: React.FunctionComponent = () => (
…
-
- [Parallel Processing for Faster Deployments](https://www.youtube.com/watch?v=CYlUcIH3dPg)
- https://github.com/MarceloPrado/has-changed-path
- [Working with GitHub Actions](https://jeffrafter.com/…
-
When we try to run this script:
```javascript
// We're using require here because this is a JS file that Node loads directly.
/* eslint-disable @typescript-eslint/no-var-requires */
const { buil…
-
I followed instructions to install SonarTsPlugin on my SonarQube 5.6.6 and ran sonar-scanner on the basic-setup sample project but the SonarQube report is not showing any issues. Hopefully someone can…