Become a member
Sign in
Julien
Julien

Julien

13 Following
4 Followers
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by Julien

See more

From Writing Custom Lint Rules for Your Picky Developers by William Humphreys-Cloutier

tests/lib/rules/<rule-name>.js This is a scaffold of a test suite with an example of a test of some invalid code.

From Create custom ESLint rules in 2 minutes by Adrian S.

{
"name": "eslint-plugin-my-project",
"version": "1.0.0",
"main": "index.js"
}

From The new CSS workflow (step 1) by Tobias Koppers

The current workflow for separate CSS files involves the extract-text-webpack-plugin, which is a big hack that executes the result of the css-loader and creates a CSS file out of it. To execute it, it builds a child bundle which contains only the current module targeting node.js and evaluate it. You can guess it: This isn’t the most performant solution.

Claps from Julien

See more

Re-implement PureComponent with React Hooks

François Barrailla

Typesafe CustomEvents on your Frontend

Inaki Anduaga

Gestion des erreurs & design UX

Yuna Orsini