@release-notes/eslint-config

1.0.0 • Public • Published

Release Notes Coding Style

Extends Airbnb JavaScript Style Guide for use on release-notes node projects.

Installation

$ npm i --save-dev @release-notes/eslint-config eslint eslint-plugin-import

And add an .eslintrc.yml file:

extends: '@release-notes'

plugins:
  - import

env:
  es6: true
  node: true

parserOptions:
  sourceType: script

Usage

Run npm run lint in order to test the codebase for coding standard violations.


LICENSE

The files in this archive are released under MIT license. You can find a copy of this license in LICENSE.

Package Sidebar

Install

npm i @release-notes/eslint-config

Weekly Downloads

6

Version

1.0.0

License

MIT

Last publish

Collaborators

  • a-z