Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"extends": [
"airbnb"
],
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {
// TODO: Use more specific prop types where needed.
"react/forbid-prop-types": "off",
"linebreak-style": 0,
"linebreak-style": 0
}
}
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
**Has the [public browser documentation](https://collectionspace.atlassian.net/wiki/spaces/COL/pages/666274513/Public+Collections+Browser) been updated for these changes?**

**Did someone actually run this code to verify it works?**

**Have any new accessibility violations been handled?**
[Check browser console for any accessibility (axe) violations introduced and describe how they have been handled]
Loading