Separate ESLint and Prettier (#3373)
* Disable legacy Prettier ESLint integration * Run Prettier separately * Add caching * Separate -some and -all * Reduce node inits
This commit is contained in:
parent
0ff7e71ee3
commit
a45da17c48
5 changed files with 22 additions and 13 deletions
|
@ -15,6 +15,8 @@ module.exports = {
|
|||
'simple-import-sort',
|
||||
],
|
||||
rules: {
|
||||
// Temporary until https://github.com/facebook/react-native/pull/43756 gets into a release.
|
||||
'prettier/prettier': 0,
|
||||
'react/no-unescaped-entities': 0,
|
||||
'react-native/no-inline-styles': 0,
|
||||
'simple-import-sort/imports': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue