1.0.0 • Published 8 months ago

eslint-config-std v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ESLint config of JavaScript Standard Style

A fork of the eslint-config-standard rules for use with ESLint 9+.

npm license

Installation

npm i -D eslint-config-std

Usage

Use in your eslint.config.js file anytime you want to extend the configs:

import standard from 'eslint-config-std'

export default [
  ...standard.configs.recommended,
]

Learn more

For the full listing of rules, FAQs, and more, visit the main JavaScript Standard Style repo.

License

MIT

Copyright (c) 2024-present, Valmisson Grizorte