mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 22:30:41 +08:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
|
|
module.exports = {
|
|
trailingComma: 'es5',
|
|
singleQuote: true,
|
|
};
|