1.0.0 • Published 8 months ago
eslint-config-std v1.0.0
ESLint config of JavaScript Standard Style
A fork of the eslint-config-standard rules for use with ESLint 9+.
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
Copyright (c) 2024-present, Valmisson Grizorte
1.0.0
8 months ago