farahat80/react-open-weather

View on GitHub
.prettierrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  singleQuote: true,
  trailingComma: 'all',
};