Skip to content

Commit

Permalink
set up examples packages scope
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Jan 15, 2024
1 parent 5cf2ea8 commit f41dee9
Show file tree
Hide file tree
Showing 12 changed files with 14,215 additions and 14,067 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
module.exports = {
root: true,
env: {
browser: true,
es2021: true,
node: true,
},
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
ignorePatterns: ['dist', '.eslintrc.cjs'],
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended', 'plugin:react-hooks/recommended'],
overrides: [],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
},
plugins: ['@typescript-eslint', 'no-only-tests'],
plugins: ['@typescript-eslint', 'no-only-tests', 'react-refresh'],
rules: {
'@typescript-eslint/no-explicit-any': 'warn',
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
},
}
18 changes: 0 additions & 18 deletions examples/safe-4337-passkeys/.eslintrc.cjs

This file was deleted.

Loading

0 comments on commit f41dee9

Please sign in to comment.