mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
8 lines
133 B
JavaScript
8 lines
133 B
JavaScript
module.exports = {
|
|
plugins: ['prettier'],
|
|
extends: ['prettier'],
|
|
rules: {
|
|
'prettier/prettier': 'warn',
|
|
},
|
|
};
|