mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
PR bumping packages, eslint, tsconfig, prettier and resolving all conflicts connected to it.
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
module.exports = {
|
|
bracketSameLine: true,
|
|
printWidth: 80,
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
tabWidth: 2,
|
|
arrowParens: 'always',
|
|
};
|