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

feat: update linting #220

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: update linting #220

wants to merge 1 commit into from

Conversation

joeluong-sfcc
Copy link
Collaborator

@joeluong-sfcc joeluong-sfcc commented Apr 14, 2023

This PR configures new linting rules available in newer versions of eslint.We had to upgrade eslint in #219 due to peer dependency issues that were causing the CI to fail. The new rules will enforce the following:

  • variables are expected to be camelCase or UPPER_CASE
  • functions are expected to be camelCase
  • Interfaces are expected to be PascalCase and prefixed with I

@joeluong-sfcc joeluong-sfcc requested a review from a team as a code owner April 14, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant