UNPKG

cra-template-web3

Version:

[![license](https://img.shields.io/github/license/jamesisaac/react-native-background-task.svg)](https://opensource.org/licenses/MIT)

27 lines (26 loc) 525 B
module.exports = { arrowParens: "always", printWidth: 120, semi: true, tabWidth: 4, overrides: [ { files: ["*.js", "*.ts", "*.jsx", "*.tsx"], options: { parser: "typescript", }, }, { files: ["*.md"], options: { parser: "markdown", }, }, { files: ["*.json"], options: { parser: "json", }, }, ], };