Skip to content

(#12) Configure ESLint and Prettier#57

Open
belaolsonNIH wants to merge 1 commit intodevelopfrom
ticket/12-configure-eslint-and-prettier
Open

(#12) Configure ESLint and Prettier#57
belaolsonNIH wants to merge 1 commit intodevelopfrom
ticket/12-configure-eslint-and-prettier

Conversation

@belaolsonNIH
Copy link

  • 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

* 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
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

1 participant