@webfountain/eslint-config-javascript

0.5.0 • Public • Published

JavaScript Manual of Style

How to use this manual

WIP NOTE: configuration is set for ES2022

Updating Configs

WIP

Conventions

  • use single quotes
  • use semicolons
  • two spaces for indentation
  • no comma dangles

Favor...

  • explicit over implicit
  • developer intention over assumed developer intention

Helpful Resources

NB:

Discussions / Questions

Difference between env.es* & parserOptions.ecmaVersion env indicates that you want to add the es* global variables. parserOptions indicates the syntax you want to allow. -- https://github.com/eslint/eslint/discussions/15166

Package Sidebar

Install

npm i @webfountain/eslint-config-javascript

Weekly Downloads

1

Version

0.5.0

License

MIT

Unpacked Size

91.1 kB

Total Files

15

Last publish

Collaborators

  • roberto_fuentes