Skip to content

Latest commit

 

History

History
90 lines (53 loc) · 2.27 KB

README.md

File metadata and controls

90 lines (53 loc) · 2.27 KB

eslint-config

Shareable config for ESLint. Extends the form8ion config.

Node CI Workflow Status

Usage

npm MIT license

Installation

$ npm install @dsmjs/eslint-config --save-dev

Add to the project config

Such as in an .eslintrc.yml

extends: '@dsmjs'

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Dependabot

Dependencies

$ nvm install
$ npm install

Verification

$ npm test