mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
8 lines
133 B
JavaScript
8 lines
133 B
JavaScript
|
module.exports = {
|
||
|
plugins: ['prettier'],
|
||
|
extends: ['prettier'],
|
||
|
rules: {
|
||
|
'prettier/prettier': 'warn',
|
||
|
},
|
||
|
};
|