All Projects β†’ wellyshen β†’ eslint-config-welly

wellyshen / eslint-config-welly

Licence: MIT license
😎 βš™οΈ ESLint configuration for React projects that I do. Feel free to use this!

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to eslint-config-welly

eslint-config-typescript-unified
πŸ› οΈ A unified ESLint configuration with sensible defaults for TypeScript projects.
Stars: ✭ 15 (-28.57%)
Mutual labels:  prettier, airbnb, eslint-config
Await Handler
Basic wrapper for await that allows handling of errors without try/catch blocks
Stars: ✭ 13 (-38.1%)
Mutual labels:  promise, async-await
Then
🎬 Tame async code with battle-tested promises
Stars: ✭ 908 (+4223.81%)
Mutual labels:  promise, async-await
Foy
A simple, light-weight and modern task runner for general purpose.
Stars: ✭ 157 (+647.62%)
Mutual labels:  promise, async-await
Thunks
A small and magical composer for all JavaScript asynchronous.
Stars: ✭ 523 (+2390.48%)
Mutual labels:  promise, async-await
Posterus
Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.
Stars: ✭ 536 (+2452.38%)
Mutual labels:  promise, async-await
Unityfx.async
Asynchronous operations (promises) for Unity3d.
Stars: ✭ 143 (+580.95%)
Mutual labels:  promise, async-await
Express Promise Router
A lightweight wrapper for Express 4's Router that allows middleware to return promises
Stars: ✭ 309 (+1371.43%)
Mutual labels:  promise, async-await
Await Of
await wrapper for easier errors handling without try-catch
Stars: ✭ 240 (+1042.86%)
Mutual labels:  promise, async-await
eslint-config-ns
ESLint config ready to be used in multiple projects. Based on Airbnb's code style with prettier, jest and react support.
Stars: ✭ 27 (+28.57%)
Mutual labels:  prettier, eslint-config
Dilettantes-Guide-to-Linting
Setting up ESLint, Prettier, VS Code, and the AirBnB style guide in beautiful harmony.
Stars: ✭ 18 (-14.29%)
Mutual labels:  prettier, airbnb
Basic Ftp
FTP client for Node.js, supports FTPS over TLS, passive mode over IPv6, async/await, and Typescript.
Stars: ✭ 441 (+2000%)
Mutual labels:  promise, async-await
P Iteration
Utilities that make array iteration easy when using async/await or Promises
Stars: ✭ 337 (+1504.76%)
Mutual labels:  promise, async-await
P Map
Map over promises concurrently
Stars: ✭ 639 (+2942.86%)
Mutual labels:  promise, async-await
Promise Fun
Promise packages, patterns, chat, and tutorials
Stars: ✭ 3,779 (+17895.24%)
Mutual labels:  promise, async-await
Rubico
[a]synchronous functional programming
Stars: ✭ 133 (+533.33%)
Mutual labels:  promise, async-await
run exclusive
βš‘πŸ”’ Wait queue for function execution πŸ”’ ⚑
Stars: ✭ 22 (+4.76%)
Mutual labels:  promise, async-await
Evt
πŸ’§EventEmitter's typesafe replacement
Stars: ✭ 305 (+1352.38%)
Mutual labels:  promise, async-await
Kitsu
🦊 A simple, lightweight & framework agnostic JSON:API client
Stars: ✭ 166 (+690.48%)
Mutual labels:  promise, async-await
eslint-config-galex
hopefully the last eslint config you'll ever need - customizable & modern best practices for JS, TS, Node, React, Remix, Next, Jest, testing-library & storybook
Stars: ✭ 166 (+690.48%)
Mutual labels:  eslint-config, testing-library

ESLINT-CONFIG-WELLY

ESlint configuration for my personal React projects, which integrates TypeScript and many awesome features.

build status npm version npm downloads npm downloads All Contributors PRs welcome Twitter URL

Installation

This package is distributed via npm. It requires eslint and typescript.

Install the correct version of each package, which are listed by the command:

npm info "eslint-config-welly@latest" peerDependencies

If using npm 5+, use this shortcut:

npx install-peerdeps --dev eslint-config-welly

Or install each package by yourself:

npm install --save-dev eslint-config-welly eslint@^x.x.x typescript@^x.x.x
# or
yarn add --dev eslint-config-welly eslint@^x.x.x typescript@^x.x.x

Usage

Add the extends to your .eslintrc.js:

module.exports = {
  extends: "welly",
  rules: {
    // your overrides
  },
};

Eliminate Prettier Conflicts for You

Prettier is a great code formatter, I highly recommend you guys give it a try. This package built-ins the eslint-config-prettier for you, all you need to do is setup the Prettier CLI to use it.

// package.json

"format": "prettier --check ."
// or
"format": "prettier --write ."

What's Inside?

This configuration contains the following cool packages.

Package Description Auto Enabled
typescript-eslint Monorepo for all the tooling which enables ESLint to support TypeScript.
eslint-config-airbnb This package provides Airbnb's .eslintrc as an extensible shared config.
eslint-plugin-react React specific linting rules for ESLint.
eslint-plugin-react-hooks This ESLint plugin enforces the Rules of Hooks.
eslint-plugin-import ESLint plugin with rules that help validate proper imports.
eslint-plugin-jsx-a11y Static AST checker for a11y rules on JSX elements.
eslint-plugin-promise Enforce best practices for JavaScript promises.
eslint-plugin-compat Lint the browser compatibility of your code.
eslint-plugin-jest ESLint plugin for Jest. βœ…
eslint-plugin-jest-dom ESLint rules for use with jest-dom. βœ…
eslint-plugin-testing-library ESLint plugin for Testing Library. βœ…
eslint-config-prettier Turns off all rules that are unnecessary or might conflict with Prettier. βœ…

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Welly

πŸ’» πŸ“– 🚧

Alex Du

πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].