Skip to content

Commit

Permalink
feat(rules): add nextjs as seperate set
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrox committed Jan 18, 2019
1 parent ab7b474 commit dbc78dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions next.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
rules: {
'react/react-in-jsx-scope': 'off',
},
globals: {
React: true,
},
}

0 comments on commit dbc78dd

Please sign in to comment.