accessibility-insights-service/prettier.config.js

11 строки
227 B
JavaScript

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
module.exports = {
endOfLine: 'lf',
printWidth: 140,
singleQuote: true,
tabWidth: 4,
trailingComma: 'all',
};