Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
removed dogfooding stacks
Browse files Browse the repository at this point in the history
stacks can be inferred instead
DevSnicket/eunice#109
  • Loading branch information
Graham Dyson committed Jan 13, 2020
1 parent ac9efcf commit be7e099
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 44 deletions.
4 changes: 0 additions & 4 deletions .eunice-stack.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions groupItemsByIdentifierSeparator/.eunice-stack.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -77,10 +77,10 @@
},
"scripts": {
"all": "npm run spellcheck && npm run lint && npm run test",
"eunice": "npx eunice --accept-license --ignore-path-pattern=\"(^|/)(\\..*|node_modules|test-coverage)$\" --modify-stacks-file=modify-file-stacks.yaml --modify-stacks-key=type --modify-stacks-pattern=^file$ --output-yaml --reverse-file-content=false",
"eunice": "npx eunice --accept-license --ignore-path-pattern=\"(^|/)(\\..*|node_modules|test-coverage)$\" --infer-stacks --modify-stacks-file=modify-file-stacks.yaml --modify-stacks-key=type --modify-stacks-pattern=^file$ --output-yaml --reverse-file-content=false",
"lint": "npx eslint .",
"spellcheck": "find -type f \\( -name \"*.js\" -or -name \"*.md\" \\) ! -path \"./node_modules/**/*\" ! -path \"./test-coverage/**/*\" -exec npx cspell {} +",
"test": "npx jest --runInBand"
},
"version": "11.4.0"
"version": "11.5.0"
}
2 changes: 0 additions & 2 deletions removeRedundantParentIdentifierPrefix/.eunice-stack.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions replacement/.eunice-stack.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions replacement/replaceIdentifiers/.eunice-stack.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions setTypeOfRootItems/.eunice-stack.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions sorting/.eunice-stack.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions sorting/orderItemsByIdentifier/.eunice-stack.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions sorting/orderItemsByIndexOfType/.eunice-stack.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions stacking/.eunice-stack.yaml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions unstackIndependent/.eunice-stack.yaml

This file was deleted.

0 comments on commit be7e099

Please sign in to comment.