File tree Expand file tree Collapse file tree 6 files changed +5
-0
lines changed Expand file tree Collapse file tree 6 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ console.log(Object.keys(sorted))
181181- [Mocha](https://mochajs.org/)
182182- [node-pre-gyp](https://github.com/mapbox/node-pre-gyp)
183183- [Prettier](https://prettier.io/)
184+ - [remark](https://remark.js.org/)
184185- [stylelint](https://github.com/stylelint/stylelint)
185186- [xojs](https://github.com/xojs/xo)
186187
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ const fields = [
236236 { key : 'prettier' , over : sortPrettierConfig } ,
237237 { key : 'eslintConfig' , over : sortEslintConfig } ,
238238 { key : 'eslintIgnore' } ,
239+ { key : 'remarkConfig' , over : sortObject } ,
239240 { key : 'stylelint' } ,
240241 { key : 'ava' , over : sortObject } ,
241242 { key : 'jest' , over : sortObject } ,
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ for (const field of [
6363 'preferGlobal' ,
6464 'publishConfig' ,
6565 'galleryBanner' ,
66+ 'remarkConfig' ,
6667] ) {
6768 test ( field , macro . sortObjectAlphabetically , { path : field } )
6869}
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ Generated by [AVA](https://avajs.dev).
7878 "publishConfig": "publishConfig",␊
7979 "publisher": "publisher",␊
8080 "qna": "qna",␊
81+ "remarkConfig": "remarkConfig",␊
8182 "repository": "repository",␊
8283 "resolutions": "resolutions",␊
8384 "scripts": "scripts",␊
@@ -152,6 +153,7 @@ Generated by [AVA](https://avajs.dev).
152153 "prettier": "prettier",␊
153154 "eslintConfig": "eslintConfig",␊
154155 "eslintIgnore": "eslintIgnore",␊
156+ "remarkConfig": "remarkConfig",␊
155157 "stylelint": "stylelint",␊
156158 "ava": "ava",␊
157159 "jest": "jest",␊
You can’t perform that action at this time.
0 commit comments