@unite-us/app-create-referral 0.1.63-code-quality-actions-cdad67f → 0.1.63-code-quality-actions-5dd07fb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,8 +23,6 @@ jobs:
23
23
  run: |
24
24
  echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ./.npmrc
25
25
  npm i
26
- - name: Run eslint on changed files
27
- run: npm run lint-diff
28
26
  - name: Run unit tests with coverage
29
27
  run: npm run coverage
30
28
  # run security checks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unite-us/app-create-referral",
3
- "version": "0.1.63-code-quality-actions-cdad67f",
3
+ "version": "0.1.63-code-quality-actions-5dd07fb",
4
4
  "main": "./dist/index.js",
5
5
  "author": "Alex Morales",
6
6
  "dependencies": {
@@ -63,6 +63,12 @@
63
63
  "babel-core": "^7.0.0-bridge.0",
64
64
  "babel-plugin-module-resolver": "^5.0.0",
65
65
  "customize-cra": "^1.0.0",
66
+ "eslint": "^7.32.0",
67
+ "eslint-config-airbnb": "^19.0.4",
68
+ "eslint-plugin-import": "^2.27.5",
69
+ "eslint-plugin-jsx-a11y": "^6.7.1",
70
+ "eslint-plugin-react": "^7.32.2",
71
+ "eslint-plugin-react-hooks": "^4.6.0",
66
72
  "msw": "^1.3.2",
67
73
  "postcss": "^8.4.19",
68
74
  "react": "^16.8.0",