1. eslint-config-sinon
Common eslint config for Sinon
eslint-config-sinon
Package: eslint-config-sinon
Created by: sinonjs
Last modified: Fri, 17 Jun 2022 20:08:11 GMT
Version: 4.0.0
License: BSD-3-Clause
Downloads: 1,202
Repository: https://github.com/sinonjs/eslint-config-sinon

Install

npm install eslint-config-sinon
yarn add eslint-config-sinon

Shared eslint config for Sinon

The sharable eslint config for all Sinon.JS projects.

Install

 $ npm install eslint-config-sinon eslint --save-dev

Usage

Add this to the package.json:

 {
  "eslintConfig": {
    "extends": "eslint-config-sinon"
  },
  "devDependencies": {
    "eslint-config-sinon": "^2.0.0",
    "eslint": "^5.6.1"
  }
}

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