🥦
- Singapore
Pinned Loading
-
.zshrc
.zshrc 1# Fig pre block. Keep at the top of this file.
2[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
3# If you come from bash you might have to change your $PATH.
4# export PATH=$HOME/bin:/usr/local/bin:$PATH
5 -
ESLint formatter that groups errors ...
ESLint formatter that groups errors by rule name and sort by number of occurrence in descending order 1module.exports = results => {
2const byRuleId = results.reduce((map, current) => {
3current.messages.forEach(({ruleId, line, column}) => {
4if (!map[ruleId]) {
5map[ruleId] = [];
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.