Git Product home page Git Product logo

hcd-javascript's Introduction

RSM HCD Javascript Packages

This is a monorepo consisting of numerous core JavaScript packages utilized by engineers within the Human-Centered Design group at RSM.

Packages

  • javascript-core: Common patterns, functions, etc... used when building javascript applications (published to npm)
  • javascript-react: Common patterns, functions, etc... used when building react applications (published to npm)
  • javascript-testing: Testing utilities for JavaScript (published to npm)
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Getting Started

  • Install Node.js (v20 or higher)
  • Install pnpm (v9 or higher)
  • Commands
    • pnpm install: Install dependencies
    • pnpm run build: Build all packages
    • pnpm run lint: Lint all packages
    • pnpm run test: Test all packages

hcd-javascript's People

Contributors

brandongregoryscott avatar wintondeshong avatar myty avatar allcontributors[bot] avatar dependabot[bot] avatar dtnhinh avatar vansosnin avatar heykos avatar turbobot-temp avatar mrjones2014 avatar dylanjustice avatar kevinbusch avatar snsavage avatar nhinhdao avatar

Watchers

Shane Shearer avatar

Forkers

myty

hcd-javascript's Issues

Eslint Rule Update: no-param-reassign

  • eslint rule: no-param-reassign
  • severity:warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: import/no-default-export

  • eslint rule: import/no-default-export
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/naming-convention

  • eslint rule: @typescript-eslint/naming-convention
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: no-promise-executor-return

  • eslint rule: no-promise-executor-return
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Re-export axios mock

It is currently not possible to re-export a mock object which should be able to be done like so:

import { MockAxios } from "@rsm-hcd/javascript-testing";
export default MockAxios.default;

MockAxios is getting imported as undefined

Eslint Rule Update: @typescript-eslint/unbound-method

  • eslint rule: @typescript-eslint/unbound-method
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: import/no-named-as-default

  • eslint rule: import/no-named-as-default
  • severity:warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/no-throw-literal

  • eslint rule: @typescript-eslint/no-throw-literal
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: no-extend-native

  • eslint rule: no-extend-native
  • severity:warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/no-unsafe-return

  • eslint rule: @typescript-eslint/no-unsafe-return
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/no-explicit-any

  • eslint rule: @typescript-eslint/no-explicit-any
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: no-console

  • eslint rule:no-console
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/no-shadow

  • eslint rule: @typescript-eslint/no-shadow
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/no-unsafe-call

  • eslint rule: @typescript-eslint/no-unsafe-call
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Remove npm publishing scripts

pnpm should be able to publish public packages without the need for a node script to massage the package.json file

Eslint Rule Update: import/no-named-as-default-member

  • eslint rule: import/no-named-as-default-member
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: no-await-in-loop

  • eslint rule:no-await-in-loop
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/no-empty-function

  • eslint rule: @typescript-eslint/no-empty-function
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/require-await

  • eslint rule: @typescript-eslint/require-await
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: no-constant-binary-expression

  • eslint rule: no-constant-binary-expression
  • severity:warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: new-cap

  • eslint rule: new-cap
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/require-await

  • eslint rule: @typescript-eslint/require-await
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: func-names

  • eslint rule: func-names
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Setup publishing flow

  • Add manual publishing instructions to the README
  • Setup a way automatically publish to npm
  • change docs deployment to only happen at time of publish

Eslint Rule Update: no-prototype-builtins

  • eslint rule: no-prototype-builtins
  • severity:warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/ban-types

  • eslint rule: @typescript-eslint/ban-types
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Eslint Rule Update: @typescript-eslint/ban-ts-comment

  • eslint rule: @typescript-eslint/ban-ts-comment
  • severity: warn or error

Instructions:

If rule override exists, start with deleting the rule(s) associated with it, and then make code changes to get the linter to be happy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.