Skip to content

valmisson/eslint-config-std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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