ESLint
XO
Our great sponsors
ESLint | XO | |
---|---|---|
315 | 6 | |
22,128 | 7,032 | |
0.9% | 0.4% | |
9.8 | 8.1 | |
2 days ago | 3 months ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ESLint
-
Effective Refactoring with Codemods
Have you ever used a transpiler, a linter or a code formatter, such as: Babel, ESLint or Prettier? If the answer is yes, then you've already used metaprogramming! 👏
-
20 Best Libraries and Tools for React Developers
ESLint is a JavaScript and TypeScript linting tool, which means it analyses source code and identifies possible programming problems and errors. It underlines errors in red and warnings in yellow. It is very useful to cover coding styles issues.
-
x=10 vs let x=10
Best: set up an IDE (Visual Studio Code is free and an industry standard) and configure ESLint and the ESLint extension for your IDE so that you can catch errors like this before even running your script.
-
10 VS Code Extensions I Couldn’t Live Without
This is the extension for integrating the most well-known linter for JavaScript into Visual Studio Code. ESLint is a static analyzer of your source code which helps you find problems quickly. It will highlight issues in your code for all loaded files from your workspace. I don’t feel there’s much to write about here – just check their website and give this extension a try 😉
-
React Library Builder using Rollup.js and Storybook
Linting is an important step in maintaining code quality, The React Library Builder uses ESLint and eslint-config-prettier for linting. You can modify linting rules by overriding them in the .eslintrc file.
-
Setup for Telescope
Setup When I open the project in VS Code, it prompts me about ESlint and Docker apps that the project uses, so I make sure to have them. I run pnpm install command to install dependencies in the project while I'm in the project's directory folder. There are different ways to run the project in the documentation, and I want to run both frontend and backend, so I run pnpm services:start to run the project locally. If Docker is running, it should setup to host the project locally. Be sure to run pnpm services:stop when you are done, and clear the cache if you need to. If I need to use the database in some way, like testing login, I make sure to run cp ./src/db/env.example .env to get the right env file copy and then run pnpm db:init to setup the database.
-
Tech stack discussion
ESLint to set some rules the code should abide by
-
Starting React Native Project in 2023
We can use TypeScript compiler and ESLint for this.
-
6 ways we improved our documentation in 2022
Similar to how a software has integration or unit tests that are built to make sure changes in the software don’t break the entire system, we implemented tests for our documentation’s style guide using Vale and ESLint.
-
Testing in ReScript
If you are afraid of test code leaking into the application. You can use eslint to prevent this:
XO
- From Ruby to Node: Overhauling Shopify’s CLI for a Better Developer Experience
-
Front-end Guide
XO
-
Code Review chronicles: destructuring, linting and one valid reason for Typescript
The developer told me we could not do that because the linter we are using. (XO)[https://github.com/xojs/xo] started complaining.
-
Yarn.lock: How to Update it
Real world example: you are using create-react-app, and you want to also to use xo, as both come with their own version of ESLint pre-installed, you could end up with 2 ESLint installed.
-
Lint rules updates: a sane and safe approach to fixes
One of the biggest hassles to update was the linter we are using: XO, which is a very opinionated, but customizable linter base on ESlint.
-
JavaScript Influencers to Follow in 2021🤩
Projects: awesome, awesome-nodejs, avajs/ava, xojs/xo
What are some alternatives?
Standard - 🌟 JavaScript Style Guide, with linter & automatic code fixer
prettier - Prettier is an opinionated code formatter.
JSHint - JSHint is a tool that helps to detect errors and potential problems in your JavaScript code
JSLint - JSLint, The JavaScript Code Quality and Coverage Tool
jsinspect - Detect copy-pasted and structurally similar code
Babel (Formerly 6to5) - 🐠 Babel is a compiler for writing next generation JavaScript.
nvim-lint - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
torrent - download torrents with node from the CLI
craco - Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
JS-Beautifier - Beautifier for javascript
dotenv-linter - ⚡️Lightning-fast linter for .env files. Written in Rust 🦀