react-native-template-allmax
Version:
React native template with navigation, redux, redux-saga, eslit, flow, reactotron
16 lines (15 loc) • 393 B
JSON
{
"javascript.validate.enable": false,
"flow.useNPMPackagedFlow": true,
"editor.rulers": [100],
"prettier.useTabs": false,
"prettier.printWidth": 100,
"prettier.tabWidth": 2,
"prettier.parser": "flow",
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"prettier.eslintIntegration": true,
"path-intellisense.mappings": {
"~": "${workspaceRoot}/src"
}
}