1. @vimeo/eslint-config-player
Default ESLint configuration for Player projects.
@vimeo/eslint-config-player
Package: @vimeo/eslint-config-player
Created by: vimeo
Last modified: Fri, 04 Aug 2023 20:36:25 GMT
Version: 5.0.1
License: MIT
Downloads: 295
Repository: https://github.com/vimeo/eslint-config-player

Install

npm install @vimeo/eslint-config-player
yarn add @vimeo/eslint-config-player

Player ESLint Config npm version

Default ESLint configuration for Player projects.

How to use it

First, install the npm package:

 npm install @vimeo/eslint-config-player

Then add the extends option to the .eslintrc.json file:

 {
    "extends": "@vimeo/eslint-config-player"
}

If the project is using ES6, extend from the ES6 version instead:

 {
    "extends": "@vimeo/eslint-config-player/es6"
}

You can override specific settings by specifying them as normal. See http://eslint.org/docs/developer-guide/shareable-configs for more details.

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