File tree Expand file tree Collapse file tree 5 files changed +1182
-4
lines changed Expand file tree Collapse file tree 5 files changed +1182
-4
lines changed Original file line number Diff line number Diff line change 1+ module . exports = {
2+ root : true ,
3+ extends : [ '@labdigital/eslint-config-node' ] ,
4+ }
Original file line number Diff line number Diff line change 1+ save-prefix = " "
2+ auto-install-peers = true
3+ strict-peer-dependencies = false
Original file line number Diff line number Diff line change 1616 "scripts" : {
1717 "start" : " tsup src/index.ts --watch" ,
1818 "build" : " tsup" ,
19+ "lint" : " eslint src/ --ext ts" ,
1920 "test" : " jest"
2021 },
21- "dependencies" : {},
2222 "peerDependencies" : {
2323 "next" : " >=13.1"
2424 },
3838 },
3939 "devDependencies" : {
4040 "@edge-runtime/jest-environment" : " ^1.1.0-beta.26" ,
41+ "@labdigital/eslint-config-node" : " ^0.0.5" ,
4142 "@types/jest" : " 26.0.15" ,
4243 "@types/node" : " 14.14.8" ,
44+ "eslint" : " 8.35.0" ,
4345 "husky" : " 4.3.0" ,
4446 "jest" : " 28.1.3" ,
4547 "next" : " 13.2.3" ,
You can’t perform that action at this time.
0 commit comments