We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node: v12.6.0
settings.json
{ "prettier.semi": false, "prettier.singleQuote": true, "prettier.eslintIntegration": true, "prettier.printWidth": 120, "editor.formatOnSave": true }
eslint Not available...
eslint can be used normally
if "prettier.eslintIntegration": false prettier can be used normally
"prettier.eslintIntegration": false
package.json
{ "name": "am", "version": "0.0.1", "private": true, "scripts": { "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "md5": "^2.2.1", "react": "16.8.6", "react-json-view": "^1.19.1", "react-native": "0.60.4", "react-native-fs": "^2.14.1", "react-native-sqlite-storage": "^3.3.11", "react-native-zip-archive": "^4.1.2" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/runtime": "^7.5.5", "@react-native-community/eslint-config": "^0.0.5", "babel-jest": "^24.8.0", "eslint": "^6.1.0", "jest": "^24.8.0", "metro-react-native-babel-preset": "^0.55.0", "react-test-renderer": "16.8.6" }, "jest": { "preset": "react-native" } }
The text was updated successfully, but these errors were encountered:
The prettier eslint module is not yet compatible with eslint 6. see: prettier/prettier-eslint#222
Sorry, something went wrong.
Duplicate of #870
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
node: v12.6.0
settings.json
eslint Not available...
eslint can be used normally
if
"prettier.eslintIntegration": false
prettier can be used normallypackage.json
The text was updated successfully, but these errors were encountered: