@atjn/eslint-config

8.0.0 • Public • Published

My personal JavaScript code style

npm version eslint version

This is my personal JavaScript code style, defined as an ESLint shareable configuration. My style is:

Secure

By enforcing best practices, my code becomes much more secure and stable.

Loosely styled

I have a loosely defined coding style which helps make the code more consistent and readable. I purposefully don't get too specific with small details because I often find that slightly varying my code style can help me write more efficient and readable code.

Documented

By requiring JSDoc comments for all files and functions, it becomes much easier to read through and understand my code.

Readme

Keywords

Package Sidebar

Install

npm i @atjn/eslint-config

Weekly Downloads

2

Version

8.0.0

License

MIT

Unpacked Size

8.64 kB

Total Files

4

Last publish

Collaborators

  • atjn