Discover and read the best of Twitter Threads about #eslint

Most recents (3)

So, which were the most interesting #Angular meetup videos in April? Our selection will answer that question!

You can either read the full blog article here, or pick the ones you're interested in yourself. 😉

blog.meetupfeed.io/angular-meetup…
First up: @zackderose's video at @AngularAir. Zack built an ‘animation system’ for an #Angular app, where top-level routes slide to the right or the left, based on an order configuration property.

meetupfeed.io/talk/systemizi…
Next: @JayCooperBell's presentation at @WomenWhoCode. With #NgRx data and websockets, Jay built a real-time app to communicate with a #Nestjs backend.

meetupfeed.io/talk/ngrx-data…
Read 7 tweets
#frontend engineers: What is your dream CI/CD pipeline? 🥰

Here is what we have at @contrahq 👇👇👇
precommit and prepush #git hooks are used to catch issues before they are pushed upstream.

* precommit runs only on staged files (takes few seconds)
* prepush runs #eslint #typescript and unit tests (takes up to 20 seconds)

Every time a commit is pushed:
1) We build a #docker image & bundle cypress and other development dependencies. This allows us to run all subsequent tasks using the same Docker image.

It is fast. Takes 2-4 minutes. 🏎
Read 10 tweets
I love to use @StandardJS to enforce consistent code style in all my #JavaScript / #NodeJS projects. You can easily do that with:

```
npx standard
```

But I prefer to setup @geteslint for more extensibility.

🧵 Here's how I do it... 👇
1. Initialize a new project with:

```
mkdir new-project
cd new-project
npm init -y
```
2. install #eslint with the following command:

```
npm i --save-dev eslint
```
Read 9 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!