Commit 9f21463 1 parent afad161 commit 9f21463 Copy full SHA for 9f21463
File tree 2 files changed +3
-24
lines changed
2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change 1
- import prettierConfig from 'eslint-config-prettier' ;
2
- import prettierPlugin from 'eslint-plugin-prettier/recommended' ;
3
- import globals from 'globals' ;
4
- import js from '@eslint/js' ;
1
+ import config from '@podium/eslint-config' ;
5
2
6
- export default [
7
- js . configs . recommended ,
8
- prettierConfig ,
9
- prettierPlugin ,
10
- {
11
- languageOptions : {
12
- globals : {
13
- ...globals . node ,
14
- ...globals . browser ,
15
- global : true ,
16
- } ,
17
- } ,
18
- } ,
19
- {
20
- ignores : [ 'coverage/*' , 'dist/*' ] ,
21
- } ,
22
- ] ;
3
+ export default config ;
Original file line number Diff line number Diff line change 48
48
"undici" : " 6.19.8"
49
49
},
50
50
"devDependencies" : {
51
+ "@podium/eslint-config" : " 1.0.0" ,
51
52
"@podium/test-utils" : " 2.5.2" ,
52
53
"@semantic-release/changelog" : " 6.0.3" ,
53
54
"@semantic-release/git" : " 10.0.1" ,
58
59
"@types/readable-stream" : " 4.0.15" ,
59
60
"benchmark" : " 2.1.4" ,
60
61
"eslint" : " 9.6.0" ,
61
- "eslint-config-prettier" : " 9.1.0" ,
62
- "eslint-plugin-prettier" : " 5.1.3" ,
63
62
"express" : " 4.20.0" ,
64
63
"get-stream" : " 9.0.1" ,
65
- "globals" : " 15.9.0" ,
66
64
"http-proxy" : " 1.18.1" ,
67
65
"is-stream" : " 4.0.1" ,
68
66
"npm-run-all2" : " 5.0.2" ,
You can’t perform that action at this time.
0 commit comments