radiumv@lemmy.worldtoNews@lemmy.world•We caught technicians at Best Buy, Mobile Klinik, Canada Computers and others snooping on our personal devices
35·
1 year agoSettings -> Battery & Device Care -> Maintenance Mode
Settings -> Battery & Device Care -> Maintenance Mode
.eslintignore
can be replaced by anignorePatterns
key in.eslintrc.cjs
.prettierignore
can be replaced with// prettier-ignore
comments in files you want to ignore, or specifying globs in the command line (usually in thepackage.json
script fields).prettierrc
can be replaced by aprettier
key inpackage.json
.ts
,.js
, and.cjs
a script, not a config file, and they could all be moved to a separate folder and pointed at with command line flagspnpm-lock.yaml
andflake.lock
aren’t config files and shouldn’t be edited unless you know what you’re doing