Skip to content

Commit

Permalink
Widget stack component (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien authored Aug 13, 2024
1 parent b5e28fb commit c244b37
Show file tree
Hide file tree
Showing 11 changed files with 1,431 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/frosted-ui/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
const { plugin } = require('postcss');

module.exports = {
root: true,
extends: ['custom'],
rules: {
'@typescript-eslint/no-empty-interface': 'off',
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
},
globals: {
module: 'readonly',
},
plugins: ['react-hooks'],
};
Loading

0 comments on commit c244b37

Please sign in to comment.