resetting node-sass version #23
Annotations
10 errors and 12 warnings
Run linter:
components/CoDirectorIcon.jsx#L31
Unknown property 'jsx' found
|
Run linter:
components/about/DirectorQuotes.jsx#L60
Unknown property 'jsx' found
|
Run linter:
components/about/missionSection.jsx#L46
Unknown property 'jsx' found
|
Run linter:
components/about/ourValues.jsx#L1
'Row' is defined but never used
|
Run linter:
components/about/ourValues.jsx#L1
'Card' is defined but never used
|
Run linter:
components/about/ourValues.jsx#L1
'CardDeck' is defined but never used
|
Run linter:
components/about/ourValues.jsx#L1
'CardBody' is defined but never used
|
Run linter:
components/about/ourValues.jsx#L1
'Col' is defined but never used
|
Run linter:
components/about/ourValues.jsx#L14
No magic number: -1
|
Run linter:
components/about/ourValues.jsx#L18
No magic number: 4000
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run linter:
components/Analytics.jsx#L4
Caution: `ReactGA` also has a named export `initialize`. Check if you meant to write `import {initialize} from 'react-ga'` instead
|
Run linter:
components/Analytics.jsx#L8
Caution: `ReactGA` also has a named export `pageview`. Check if you meant to write `import {pageview} from 'react-ga'` instead
|
Run linter:
components/Analytics.jsx#L12
Caution: `ReactGA` also has a named export `event`. Check if you meant to write `import {event} from 'react-ga'` instead
|
Run linter:
components/about/ourValues.jsx#L21
React Hook useEffect has a missing dependency: 'content'. Either include it or remove the dependency array. If 'setDisplayValues' needs the current value of 'content', you can also switch to useReducer instead of useState and read 'content' in the reducer
|
Run linter:
components/about/ourValues.jsx#L50
React Hook useEffect has missing dependencies: 'content', 'displayValues', and 'selected'. Either include them or remove the dependency array. You can also do a functional update 'setSelected(s => ...)' if you only need 'selected' in the 'setSelected' call
|
Run linter:
pages/about.jsx#L7
Using exported name 'fetchContent' as identifier for default export
|
Run linter:
pages/apply/nonprofits.jsx#L10
Using exported name 'fetchContent' as identifier for default export
|
Run linter:
pages/apply/students.jsx#L9
Using exported name 'fetchContent' as identifier for default export
|
Run linter:
pages/index.jsx#L9
Using exported name 'fetchContent' as identifier for default export
|
Run linter:
pages/projects/[projectSlug].jsx#L3
Using exported name 'fetchContent' as identifier for default export
|
Loading