File tree Expand file tree Collapse file tree 3 files changed +1898
-1282
lines changed
Expand file tree Collapse file tree 3 files changed +1898
-1282
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Add the following to your `package.json`
3232``` json
3333"prettier" : " prettier-config-atomic" ,
3434"scripts" : {
35- "format" : " prettier --plugin-search-dir=./ -- write ." ,
36- "test.format" : " prettier --plugin-search-dir=./ . --check"
35+ "format" : " prettier --write ." ,
36+ "test.format" : " prettier . --check"
3737}
3838```
3939
Original file line number Diff line number Diff line change 1111 ],
1212 "scripts" : {
1313 "bump" : " ncu -u" ,
14- "format" : " prettier --plugin-search-dir=./ -- write ./" ,
14+ "format" : " prettier --write ./" ,
1515 "lint" : " eslint . --fix" ,
16- "test.format" : " prettier --plugin-search-dir=./ ./ --check" ,
16+ "test.format" : " prettier ./ --check" ,
1717 "test.lint" : " eslint ."
1818 },
1919 "dependencies" : {
20- "prettier" : " 2.7 .1" ,
21- "prettier-plugin-jsdoc" : " ^0.4.2 " ,
22- "prettier-plugin-packagejson" : " ^2.2.18 " ,
20+ "prettier" : " 3.1 .1" ,
21+ "prettier-plugin-jsdoc" : " ^1.3.0 " ,
22+ "prettier-plugin-packagejson" : " ^2.4.9 " ,
2323 "sort-package-json" : " github:aminya/sort-package-json"
2424 },
2525 "devDependencies" : {
26- "eslint-config-atomic" : " ^1.18.1 "
26+ "eslint-config-atomic" : " ^1.20.6 "
2727 },
2828 "keywords" : [
2929 " prettier" ,
You can’t perform that action at this time.
0 commit comments