Skip to content

Commit

Permalink
fix: disable react/no-danger rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo1v committed Feb 17, 2021
1 parent 40d6112 commit 8286cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ export const getStaticPaths: GetStaticPaths = async () => {
};

export default Document;

/* eslint react/no-danger: 0 */

0 comments on commit 8286cb9

Please sign in to comment.