UNPKG

react-native-animated-circular-progress

Version:

Animated circular progress components for React Native project, with all pure React Native API

20 lines (19 loc) 491 B
module.exports = { root: true, extends: '@react-native-community', rules: { 'prettier/prettier': [ 'error', { bracketSpacing: true, tabWidth: 4, singleQuote: true, jsxSingleQuote: true, jsxBracketSameLine: false, printWidth: 110, }, ], 'jsx-quotes': ['error', 'prefer-single'], curly: ['error', 'multi'], }, };