@oleh-ob/eslint-standard-rules
v1.0.2
Published
ESLint JavaScript standard configuration
Maintainers
Readme
The ESLint config of JavaScript Standard Style
Usage
npm install --save-dev eslint @oleh-ob/eslint-standard-rulesExample eslint.config.mjs:
import standard from '@oleh-ob/eslint-standard-rules'
export default [
standard
] 