0.8.1 • Published 2 years ago
@sclable/eslint-config v0.8.1
@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-configNote that this package peer-depends on eslint and prettier, so also install these:
npm install --save-dev eslint prettier