Set up project:
mkdir project
cd project
npm init -y| # Layer::createChildrenRefs | |
| # Creates convenience refs on imported layers so that we don't have to use Layer::childrenWithName. | |
| # Pass recursive=true to do this for all descendant layers while maintaining hierarchy. | |
| Layer::createChildrenRefs = (recursive=false) -> | |
| # Regex pattern for finding trailing numbers | |
| rgx = /(\d+$)/g | |
| for layer in @.children |
| KEY 0x7f BS | |
| KEY 0x115 DC |
| # ================================================================================================== | |
| # | |
| # NOTICE | |
| # | |
| # This gist is no longer maintained. It was moved to repo: | |
| # | |
| # https://github.com/maratori/golangci-lint-config | |
| # | |
| # Full history and all v2 releases are preserved in the repo. | |
| # |