Skip to content

Commit

Permalink
Добавил линтер
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgoldi committed Sep 19, 2024
1 parent 26ad4c9 commit c13c27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import pluginJs from "@eslint/js";


export default [
{languageOptions: { globals: {...globals.browser, ...globals.node} }},
{languageOptions: { globals: globals.node }},
pluginJs.configs.recommended,
];

0 comments on commit c13c27c

Please sign in to comment.