4.0.1 • Published 10 months ago

@snout/eslint-config v4.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Snout ESLint Configuration

Current version Build status

Installation

Install as a dev dependency using your preferred package manager.

Usage

// .eslintrc.cjs
module.exports = {
  extends: ["@snout"],
};