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
Just revised the preferred lint command for typescript. It is based on the template-js repo & standardx.
standardx means that we can use a .eslintrc file in addition to the default standard settings. That's good here because we can use the .eslintrc to add typescript accomadations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just revised the preferred lint command for typescript. It is based on the template-js repo &
standardx
.standardx
means that we can use a.eslintrc
file in addition to the defaultstandard
settings. That's good here because we can use the.eslintrc
to add typescript accomadations.Ignore files in
package.json
:and add a command
npm run lint
:Beta Was this translation helpful? Give feedback.
All reactions