Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .eslintrc.js #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
# this is a test. 'use strict';
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test fix


Sema Reaction: 🛠️ This code needs a fix

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don’t use iterators. Prefer JavaScript’s higher-order functions instead of loops like for-in or for-of. eslint: no-iterator no-restricted-syntax


Sema Reaction: ❓ I have a question | Sema Tags: Readable

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one more test

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tetstt a

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sd sd sa

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need more repo
Make the code a little bit less clever in order to make it easier to read. Give it a stronger narrative structure so that you can more easily understand the code.

📄 Sema Community

__
sema-logo  Summary: 🛠️ This code needs a fix  |  Tags: Unreadable, Secure, Reusable

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test test fixgood
The purpose of having consensus and following it is to free up energy, not to consume it in favor of poorly-defined or subjective goals such as "it looks better". Having each one one make up his/her own rules "and damn the rest" is just as antisocial as forcing everyone to adhere to strict guidelines which dictate where you put your commas or spacing. Discipline provides freedom to the group, because once you achieve consensus on a matter, the effort of dealing with other's trespasses is greater than the effort of keeping oneself from trespassing.


Sema Reaction: 🛠️ This code needs a fix | Sema Tags: Unreadable, Secure, Inefficient, Not maintainable


const path = require('path');
const { readFileSync } = require('fs');
Expand Down