File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2121 "peerDependencies" : {
2222 "eslint" : " >=8.0" ,
2323 "eslint-plugin-simple-import-sort" : " >=10.0.0"
24- }
24+ },
25+ "type" : " commonjs"
2526}
Original file line number Diff line number Diff line change 11{
22 "name" : " @sourcetoad/config-prettier-base-template" ,
33 "version" : " 0.1.0" ,
4- "main" : " index .js" ,
4+ "main" : " prettier.config .js" ,
55 "license" : " proprietary" ,
66 "repository" : {
77 "url" : " git@github.com:sourcetoad/base-template-configs.git" ,
2121 "peerDependencies" : {
2222 "prettier" : " >=3.0" ,
2323 "eslint-config-prettier" : " >=9.0"
24- }
24+ },
25+ "type" : " module"
2526}
File renamed without changes.
Original file line number Diff line number Diff line change 2525 "eslint-plugin-simple-import-sort" : " >=10.0.0" ,
2626 "eslint-plugin-unused-imports" : " >=2.0.0" ,
2727 "eslint-plugin-vue" : " >=9.10.0"
28- }
28+ },
29+ "type" : " commonjs"
2930}
You can’t perform that action at this time.
0 commit comments