0.8.1 • Published 7 months ago

@sclable/eslint-config v0.8.1

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

@sclable/eslint-config

This is an ESLint Shareable Config specifying code quality and formatting rules to which Sclable code repositories should comply.

Consider using the @sclable/lint package instead, as it's a more high-level alternative.

Installation

To install:

npm install --save-dev @sclable/eslint-config

Note that this package peer-depends on eslint and prettier, so also install these:

npm install --save-dev eslint prettier