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

chore: update .jshintrc #45521

Merged
merged 1 commit into from
May 27, 2024
Merged

chore: update .jshintrc #45521

merged 1 commit into from
May 27, 2024

Conversation

st3iny
Copy link
Member

@st3iny st3iny commented May 27, 2024

  • Resolves: none

Summary

Be able to enable the plugin in PHPStorm again without seeing 100s of irrelevant errors ...

Changes:

  • esversion: 11 We use bundlers so let's use a modern version of js
  • maxlen: 120 This should be enforced by linters if at all (the rule is deprected by jshintrc anyway: https://jshint.com/docs/options/#maxlen)
  • asi: true Suppress warnings about missing semicolons (it's 2024 after all)

Checklist

Changes:
- `esversion: 11` We use bundlers so let's use a modern version of js
- `maxlen: 120` This should be enforced by linters if at all (the rule is
  deprected by jshintrc anyway: https://jshint.com/docs/options/#maxlen)
- `asi: true` Suppress warnings about missing semicolons (it's 2024
  after all)

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
@st3iny st3iny added the 3. to review Waiting for reviews label May 27, 2024
@st3iny st3iny requested review from susnux and a team May 27, 2024 06:02
@st3iny st3iny self-assigned this May 27, 2024
@st3iny st3iny requested review from szaimen, sorbaugh and ChristophWurst and removed request for a team and sorbaugh May 27, 2024 06:02
@AndyScherzinger AndyScherzinger added this to the Nextcloud 30 milestone May 27, 2024
@ChristophWurst ChristophWurst merged commit b8aef38 into master May 27, 2024
104 checks passed
@ChristophWurst ChristophWurst deleted the chore/update-jshintrc branch May 27, 2024 10:06
@blizzz blizzz mentioned this pull request Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants