Skip to content

Comments

(#12) Configure ESLint and Prettier#57

Merged
adriancofie merged 1 commit intodevelopfrom
ticket/12-configure-eslint-and-prettier
Feb 19, 2026
Merged

(#12) Configure ESLint and Prettier#57
adriancofie merged 1 commit intodevelopfrom
ticket/12-configure-eslint-and-prettier

Conversation

@belaolsonNIH
Copy link
Contributor

  • created .npmrc
  • installed prettier and created .prettierrc
  • installed eslint with typescript parser and plugin
  • created eslint.config.mjs file
  • installed jsx-a11y plugin
  • installed eslint-plugin-simple-import-sort
  • set up husky pre-commit hooks
  • configured lint-staged
  • added npm scripts: lint, lint:fix, lint:src, format
  • created src folder and empty index.jsx file

Closes #12

@belaolsonNIH belaolsonNIH self-assigned this Feb 5, 2026
* created .npmrc
* installed prettier and created .prettierrc
* installed eslint with typescript parser and plugin
* created eslint.config.mjs file
* installed jsx-a11y plugin
* installed eslint-plugin-simple-import-sort
* set up husky pre-commit hooks
* configured lint-staged
* added npm scripts: lint, lint:fix, lint:src, format
* created src folder and empty index.jsx file

Closes #12
@adriancofie adriancofie force-pushed the ticket/12-configure-eslint-and-prettier branch from e99b8a5 to 8f6f68e Compare February 19, 2026 15:18
@adriancofie adriancofie merged commit 91d041a into develop Feb 19, 2026
3 checks passed
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.

[1.4] Enabler: Configure ESLint and Prettier

2 participants