You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of commands and configurations that we're recommending / enforcing internally w/r/t to NR1 apps w/in New Relic. We want to be sure we're validating that these configurations exist so that we have the capability to execute things like linting commands further downstream in the process.
README.md
.prettierrc.js
.eslintrc.js
.gitignore
.releaserc
package.json
LICENSE
THIRD_PARTY_NOTICES.md
In addition, the package.json should contain the following commands:
The text was updated successfully, but these errors were encountered:
tangollama
changed the title
Create / config an action that validates the expected structure of an NR1 application
Create / config an Action that validates the expected structure of an NR1 application
Feb 27, 2020
There are a number of commands and configurations that we're recommending / enforcing internally w/r/t to NR1 apps w/in New Relic. We want to be sure we're validating that these configurations exist so that we have the capability to execute things like
linting
commands further downstream in the process.In addition, the
package.json
should contain the following commands:scripts.eslint-check
scripts.eslint-fix
See our current, standard circleci config as a pattern.
The text was updated successfully, but these errors were encountered: