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
|
@ -1,12 +1,11 @@
|
|||
ios
|
||||
android
|
||||
src/third-party
|
||||
src/app.json
|
||||
public
|
||||
/bskyweb/templates
|
||||
/dist/
|
||||
/.watchmanconfig
|
||||
/app.json
|
||||
# Ignore everything except the code in src/.
|
||||
# Based on https://stackoverflow.com/a/70715829/458193
|
||||
*
|
||||
!src/**/*.js
|
||||
!src/**/*.jsx
|
||||
!src/**/*.ts
|
||||
!src/**/*.tsx
|
||||
!*/
|
||||
|
||||
web/index.html
|
||||
web-build/*
|
||||
# More specific ignores go below.
|
||||
src/locale/locales
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue