Setup .eslint, .prettier, .editorconfig, .jsconfig in react apps
Setup the eslint and prettier to lint the errors and format your code
Jun 14, 20212 min read304
Search for a command to run...
Setup the eslint and prettier to lint the errors and format your code
Install PostgreSQL in Ubuntu 20.04 update system sudo apt-get update install postgreSQL sudo apt install postgresql postgresql-contrib open postgreSQL sudo -i -u postgres psql close \q create new user sudo -u postgres createuser --interactive ...
