Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaymatrosov committed Jan 20, 2025
1 parent 134825a commit 4ef937a
Showing 6 changed files with 321 additions and 315 deletions.
173 changes: 70 additions & 103 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import github from 'eslint-plugin-github'

export default [
// github.getFlatConfigs().browser,
github.getFlatConfigs().recommended,
github.getFlatConfigs().react,
...github.getFlatConfigs().typescript,
{
files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],
@@ -12,7 +10,8 @@ export default [
'github/array-foreach': 'error',
'github/async-preventdefault': 'warn',
'github/no-then': 'error',
'github/no-blur': 'error'
'github/no-blur': 'error',
'i18n-text/no-en': 'off'
},
settings: {
'import/resolver': {
Loading

0 comments on commit 4ef937a

Please sign in to comment.