department-of-veterans-affairs/vets-website

View on GitHub
src/applications/check-in/day-of/.eslintrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  rules: {
    /* Require specifying PropTypes. */
    'react/prop-types': 2,
  },
};