Skip to content

Commit d3968ca

Browse files
committed
update config
1 parent 73b2b32 commit d3968ca

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

eslint.config.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,7 @@ import prettierPlugin from 'eslint-plugin-prettier';
44
import prettierConfig from 'eslint-config-prettier';
55

66
export default [
7-
{
8-
files: ['**/*.js'],
9-
plugins: {
10-
js,
11-
},
12-
extends: ['js/recommended'],
13-
languageOptions: {
14-
ecmaVersion: 2017,
15-
sourceType: 'module',
16-
globals: {
17-
...globals.es2017,
18-
...globals.node,
19-
},
20-
},
21-
},
7+
js.configs.recommended,
228
{
239
files: ['**/*.js'],
2410
plugins: {

0 commit comments

Comments
 (0)