3.0.0 • Published 1 year ago

@shinydocs/eslint-config v3.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@shinydocs/eslint-config

This package provides the extensible shared ESLint config used at Shinydocs.

Usage

First, install the package from npm:

npm install -D @shinydocs/eslint-config

Then, in your .eslintrc.js file, add the following:

module.exports = {
  extends: ["@shinydocs/eslint-config"],
};

That's it! You can override the settings from @shinydocs/eslint-config by editing the .eslintrc.js file. Learn more about configuring ESLint on the ESLint website.

Changelog

This project adheres to Semantic Versioning. Please refer to the CHANGELOG.md for detailed changes and migration instructions.

3.0.0

1 year ago

2.4.0

1 year ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.2.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago