A fork of the eslint-config-standard rules for use with ESLint 9+.
npm i -D eslint-config-std
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,
]
For the full listing of rules, FAQs, and more, visit the main JavaScript Standard Style repo.
Copyright (c) 2024-present, Valmisson Grizorte