Skip to content

Commit

Permalink
feat: Added support for next.js rules, storybook rules, mdx rules, so…
Browse files Browse the repository at this point in the history
…rt-keys-fix
  • Loading branch information
joncursi committed Sep 26, 2024
1 parent 52c5fc4 commit 033a67f
Show file tree
Hide file tree
Showing 4 changed files with 3,735 additions and 580 deletions.
10 changes: 9 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
module.exports = require('./src/index');
const baseConfig = require('./src/index');

module.exports = {
...baseConfig,
rules: {
...baseConfig.rules,
'@next/next/no-html-link-for-pages': ['warn', './examples'],
},
};
Loading

0 comments on commit 033a67f

Please sign in to comment.