Skip to content

Commit

Permalink
chore: remove old .eslintrc files
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jan 17, 2025
1 parent 9d2f00f commit eaf2201
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 414 deletions.
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const compat = new FlatCompat({
});

module.exports = [
{ ignores: ['node_modules'] },
{
plugins: {
'@nx': nxEslintPlugin,
Expand Down Expand Up @@ -143,6 +144,10 @@ module.exports = [
'no-restricted-globals': 'off',
},
})),
...compat.extends('plugin:playwright/recommended').map((config) => ({
...config,
files: ['**/*.component-browser-@(spec|test).tsx'],
})),
{
files: ['**/*.json'],
// Override or add rules here
Expand Down
24 changes: 0 additions & 24 deletions packages/azure-theme/.eslintrc.json

This file was deleted.

24 changes: 0 additions & 24 deletions packages/houdini-utils/.eslintrc.json

This file was deleted.

24 changes: 0 additions & 24 deletions packages/pierce-dom/.eslintrc.json

This file was deleted.

24 changes: 0 additions & 24 deletions packages/react-chat/.eslintrc.json

This file was deleted.

24 changes: 0 additions & 24 deletions packages/react-data-grid-react-window-grid/.eslintrc.json

This file was deleted.

24 changes: 0 additions & 24 deletions packages/react-data-grid-react-window/.eslintrc.json

This file was deleted.

29 changes: 0 additions & 29 deletions packages/react-draggable-dialog/.eslintrc.json

This file was deleted.

24 changes: 0 additions & 24 deletions packages/react-headless-provider/.eslintrc.json

This file was deleted.

29 changes: 0 additions & 29 deletions packages/react-interactive-tab/.eslintrc.json

This file was deleted.

29 changes: 0 additions & 29 deletions packages/react-keytips/.eslintrc.json

This file was deleted.

29 changes: 0 additions & 29 deletions packages/react-resize-handle/.eslintrc.json

This file was deleted.

24 changes: 0 additions & 24 deletions packages/react-shadow/.eslintrc.json

This file was deleted.

24 changes: 0 additions & 24 deletions packages/react-themeless-provider/.eslintrc.json

This file was deleted.

29 changes: 0 additions & 29 deletions packages/react-tree-grid/.eslintrc.json

This file was deleted.

Loading

0 comments on commit eaf2201

Please sign in to comment.