These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
Steps to configure prettier, eslint, husky (pre commit hook), lint-staged in react + typescript project created using create-react-app. This is opinionated configuration with airbnb's style guide as the base style guide.
npm install --save-dev --save-exact prettier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Error example: | |
| # ERROR: for redis cannot stop container: 16028f9: | |
| # Cannot kill container 16028f9: unknown error after kill: docker-runc did not terminate sucessfully: | |
| # container_linux.go:393: signaling init process caused "permission denied" | |
| # | |
| # This error was caused by AppArmor service in Ubuntu | |
| # It was not working normally due to some unknown issues. | |
| # Run following commands to fix it. |