mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
Init AxoSwitch/AxoCheckbox & forced-colors mode
This commit is contained in:
@@ -3,17 +3,11 @@
|
||||
|
||||
/** @type {import("prettier").Config} */
|
||||
module.exports = {
|
||||
plugins: ['prettier-plugin-tailwindcss'],
|
||||
singleQuote: true,
|
||||
arrowParens: 'avoid',
|
||||
trailingComma: 'es5',
|
||||
overrides: [
|
||||
{
|
||||
files: ['./ts/axo/**.tsx'],
|
||||
plugins: ['prettier-plugin-tailwindcss'],
|
||||
options: {
|
||||
tailwindStylesheet: './stylesheets/tailwind-config.css',
|
||||
tailwindFunctions: ['tw'],
|
||||
},
|
||||
},
|
||||
],
|
||||
tailwindStylesheet: './stylesheets/tailwind-config.css',
|
||||
tailwindFunctions: ['tw'],
|
||||
tailwindAttributes: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user