Files
react-native-reanimated/prettier.config.js
Dylan Vann ad8b0cf534 Interpolate method, input validation, linting, refactoring. (#17)
Interpolate validations are taken from `Animated`.
2018-06-07 20:24:48 +02:00

8 lines
128 B
JavaScript

module.exports = {
printWidth: 80,
singleQuote: true,
trailingComma: 'es5',
jsxBracketSameLine: true,
tabWidth: 2,
};