eslint-config-standard-latest

0.3.0 • Public • Published

Standard Latest - ESLint Shareable Config

travis npm downloads

An ESLint Shareable Config for Latest support in JavaScript Standard Style

js-standard-style

Install

npm install eslint-config-standard-latest

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

This Shareable Config adds JSDoc to the baseline JavaScript Standard Style rules provided in eslint-config-standard.

Here's how to install everything you need:

npm install eslint-config-standard eslint-config-standard-latest

Then, add this to your .eslintrc file:

{
  "extends": ["standard", "standard-latest"]
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

License

MIT

Package Sidebar

Install

npm i eslint-config-standard-latest

Weekly Downloads

12

Version

0.3.0

License

MIT

Last publish

Collaborators

  • horosgrisa