fix prettier

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-03-01 10:32:24 -06:00
parent ca11bb3be6
commit de1fad98a8
2 changed files with 28 additions and 30 deletions
+2 -4
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
const {releases} = require('./releases');
const { releases } = require('./releases');
module.exports = {
ci: {
@@ -39,9 +39,7 @@ module.exports = {
/** Community */
'http://localhost:3000/community',
/** Releases */
...releases.map(
path => `http://localhost:3000/docs/releases/${path}`,
),
...releases.map(path => `http://localhost:3000/docs/releases/${path}`),
],
settings: {
onlyCategories: ['accessibility'],