File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 77 "prettier" : " eslint-config-ibexa/prettier" ,
88 "dependencies" : {},
99 "devDependencies" : {
10- "eslint-config-ibexa" : " https://github.com/ibexa/eslint-config-ibexa.git#~v1.1.1"
10+ "eslint-config-ibexa" : " https://github.com/ibexa/eslint-config-ibexa.git#~v1.2.0" ,
11+ "@ibexa/ts-config" : " https://github.com/ibexa/ts-config-ibexa#~v1.0.0" ,
12+ "@types/react" : " ^18.3.11" ,
13+ "@types/react-dom" : " ^18.3.1"
1114 },
1215 "scripts" : {
1316 "test" : " yarn prettier-test && yarn eslint-test" ,
1417 "fix" : " yarn prettier-test --write && yarn eslint-test --fix" ,
15- "eslint-test" : " eslint \" ./src/bundle/Resources/**/*.js \" " ,
16- "prettier-test" : " yarn prettier \" ./src/bundle/Resources/**/*.{js,scss}\" --check"
18+ "eslint-test" : " eslint \" ./src/bundle/Resources/**/*.{js,ts} \" " ,
19+ "prettier-test" : " yarn prettier \" ./src/bundle/Resources/**/*.{js,ts, scss}\" --check"
1720 }
1821}
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " @ibexa/ts-config" ,
3+ "include" : [" src/bundle/**/*" ]
4+ }
You can’t perform that action at this time.
0 commit comments