mirror of
https://github.com/zhigang1992/babel-plugin-react-anonymous-display-name.git
synced 2026-01-12 17:12:39 +08:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
module.exports = {
|
|
arrowParens: 'always',
|
|
singleQuote: true
|
|
};
|