File tree Expand file tree Collapse file tree 4 files changed +200
-146
lines changed
Expand file tree Collapse file tree 4 files changed +200
-146
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " prettier-config-atomic" ,
3- "main" : " ./prettier.config.js" ,
43 "version" : " 2.0.6" ,
5- "files" : [
6- " prettier.config.js"
7- ],
8- "author" : " Amin Yahyaabadi" ,
94 "description" : " The Prettier configuration used in atom-community" ,
10- "keywords" : [
11- " prettier" ,
12- " prettier-config" ,
13- " prettier-preset" ,
14- " format" ,
15- " beautify"
16- ],
175 "repository" : " https://github.com/atom-community/prettier-config-atomic" ,
186 "license" : " MIT" ,
7+ "author" : " Amin Yahyaabadi" ,
8+ "main" : " ./prettier.config.js" ,
9+ "files" : [
10+ " prettier.config.js"
11+ ],
1912 "scripts" : {
13+ "bump" : " ncu -u" ,
2014 "format" : " prettier --write ." ,
21- "test.format" : " prettier . --check" ,
2215 "lint" : " eslint . --fix" ,
23- "test.lint " : " eslint . " ,
24- "bump " : " ncu -u "
16+ "test.format " : " prettier . --check " ,
17+ "test.lint " : " eslint . "
2518 },
2619 "dependencies" : {
2720 "prettier" : " ^2.4.1" ,
28- "prettier-plugin-jsdoc" : " ^0.3.24"
21+ "prettier-plugin-jsdoc" : " ^0.3.24" ,
22+ "prettier-plugin-packagejson" : " ^2.2.13" ,
23+ "sort-package-json" : " github:aminya/sort-package-json"
2924 },
3025 "devDependencies" : {
3126 "eslint" : " ^7.32.0" ,
32- "eslint-config-atomic" : " ^1.16.2"
33- }
27+ "eslint-config-atomic" : " ^1.16.3"
28+ },
29+ "keywords" : [
30+ " prettier" ,
31+ " prettier-config" ,
32+ " prettier-preset" ,
33+ " format" ,
34+ " beautify"
35+ ]
3436}
You can’t perform that action at this time.
0 commit comments