1. eslint-config-wix-editor
Wix's editor company's custom ESLint config
eslint-config-wix-editor
Package: eslint-config-wix-editor
Created by: wix
Last modified: Fri, 17 Jun 2022 20:20:59 GMT
Version: 8.4.2
License: MIT
Downloads: 6,984
Repository: https://github.com/wix/eslint-config-wix-editor

Install

npm install eslint-config-wix-editor
yarn add eslint-config-wix-editor

eslint-config-wix-editor

NPM Version
License
Dependency Status
devDependency Status

ESLint shareable config for Wix's editor group

Install

$ npm i -D eslint-config-wix-editor

Usage

Add some ESLint config to your package.json:

 {
	"name": "some-well-linted-project",
	"eslintConfig": {
		"extends": "wix-editor"
	}
}

Or to .eslintrc:

 {
	"extends": "wix-editor"
}

This package also exposes wix-editor/node. This config contains only node-specific rules and is meant to be used alongside the regular config:

 {
	"extends": ["wix-editor", "wix-editor/node"]
}

License

Copyright (c) 2015 Wix. Licensed under the MIT license.

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code