Skip to content

Commit ab5ca80

Browse files
committed
delited ; from eslint.config.js
1 parent a426e64 commit ab5ca80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eslint.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// eslint.config.js
2-
import js from '@eslint/js';
3-
import globals from 'globals';
2+
import js from '@eslint/js'
3+
import globals from 'globals'
44

55
export default [
66
// Игнорируем стандартные папки
@@ -36,4 +36,4 @@ export default [
3636
'no-console': 'off'
3737
}
3838
}
39-
];
39+
]

0 commit comments

Comments
 (0)