Skip to content

Commit

Permalink
fix: include globals in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bcvazquez committed Jan 7, 2025
1 parent f752d3f commit 7acea46
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default [
js.configs.recommended,
importPlugin.flatConfigs.recommended,
{
name: 'planet/recommnded',
name: 'planet/recommended',
plugins: {
prettier,
'sort-imports-es6-autofix': sortImportPlugin,
Expand Down
19 changes: 16 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"globals": "^15.14.0",
"prettier": "^3.4.2"
}
}

0 comments on commit 7acea46

Please sign in to comment.