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
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -104,6 +104,9 @@ google-services.json
|
|||
# Performance results (Flashlight)
|
||||
.perf/
|
||||
|
||||
# ESLint
|
||||
.eslintcache
|
||||
|
||||
# i18n
|
||||
src/locale/locales/_build/
|
||||
src/locale/locales/**/*.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue