eslint-config-bluedrop-legacy

0.0.1 • Public • Published

eslint-config-bluedrop-legacy

Dependency Status Build Status GitHub License

This package provides Bluedrop's shared extensible ESLint config for legacy projects.

Setup

  • npm install --save-dev CoursePark/eslint-config-bluedrop-legacy eslint-plugin-disable eslint-plugin-json eslint

eslint-config-bluedrop-legacy/config/es5

Adds rules for ECMAScript 5 features.

  • add "extends": ["bluedrop-legacy/config/es5"] to your ESLint config file

eslint-config-bluedrop-legacy/config/node

  • add "extends": ["bluedrop-legacy/config/node]" to your ESLint config file.

Versioning

This project follows the Semantic Versioning guidelines.

  • A MAJOR change would be caused by including a rule that could cause a passing code base to fail.
  • A MINOR change is a modification or removal of a rule that would not cause existing passing code to fail.
  • A PATCH would be any fix that doesn't cause any changes to rules.

Contributing

  • Add new rule definitions under the files located in rules ensuring to keep the rule correctly categorized.
  • This project self-lints and ensure that all file paths are correct.
  • You can run these checks with the npm run test command.

License

This project is released under the ISC license.

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-bluedrop-legacy

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • bluedrop_dev
  • abbotto