7.0.0 • Published 5 years ago
@scoop/eslint-config-scoop v7.0.0
Scoop ESLint Configuration
To use:
npm install --save-dev eslint@7 @scoop/eslint-config-scoop@latestThen, 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.