Détail du package

@scoop/eslint-config-scoop

TakeScoop9MIT7.0.0

Scoop's custom eslint configuration

readme

Scoop ESLint Configuration

To use:

npm install --save-dev eslint@7 @scoop/eslint-config-scoop@latest

Then, add an .eslintrc.json file with the following:

{
    "extends": "@scoop/eslint-config-scoop"
}

Then, try running like npx eslint .

Publishing

This package is a public package that is published directly with npm: https://docs.npmjs.com/cli/publish. Note you must have the proper write permissions to publish this package.