Skip to content

Commit

Permalink
chore: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jun 5, 2024
1 parent 470dada commit d2996f2
Show file tree
Hide file tree
Showing 14 changed files with 376 additions and 2,187 deletions.
15 changes: 14 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
'use strict';

module.exports = require('eslint-config-sukka').sukka();
module.exports = require('eslint-config-sukka').sukka(
{},
{
rules: {
'@eslint-react/naming-convention/filename': 'off'
}
},
{
files: ['example/**/*'],
rules: {
'ssr-friendly/no-dom-globals-in-module-scope': 'off'
}
}
);
Loading

0 comments on commit d2996f2

Please sign in to comment.