diff --git a/rules/shared/abbreviations.js b/rules/shared/abbreviations.js index 21e252de30..6c188f7c24 100644 --- a/rules/shared/abbreviations.js +++ b/rules/shared/abbreviations.js @@ -240,6 +240,8 @@ module.exports.defaultAllowList = { // Next.js function // https://nextjs.org/learn/basics/fetching-data-for-pages getInitialProps: true, + getServerSideProps: true, + getStaticProps: true, // React PropTypes // https://reactjs.org/docs/typechecking-with-proptypes.html propTypes: true,