Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Coding standards as eslint config for release notes Node.js source code.

License

Notifications You must be signed in to change notification settings

release-notes/eslint-config-release-notes

Repository files navigation

Release Notes Coding Style

Subscribe to Release Notes

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.

About

Coding standards as eslint config for release notes Node.js source code.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published