1. eslint-config-jquery
jQuery eslint config
eslint-config-jquery
Package: eslint-config-jquery
Created by: jquery
Last modified: Mon, 16 Oct 2023 16:37:09 GMT
Version: 3.0.2
License: MIT
Downloads: 30,808
Repository: https://github.com/jquery/eslint-config-jquery

Install

npm install eslint-config-jquery
yarn add eslint-config-jquery

jQuery ESLint config

Usage

 npm install --save-dev eslint-config-jquery

Configure ESLint with a .eslintrc file using the following contents:

 {
	"extends": "jquery"
}

Status

This config follows the spirit of the jQuery code style, does not violate it and extends it.

Semver policy

Same approach as in ESLint, see https://github.com/eslint/eslint#user-content-semantic-versioning-policy.

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin