Skip to content

Commit

Permalink
Merge pull request #176 from input-output-hk/iogx-bump-2024-01-17
Browse files Browse the repository at this point in the history
Bump IOGX 2024-01-17
  • Loading branch information
zeme-wana authored Jan 22, 2024
2 parents b6e72d7 + 8dd3f70 commit 76b2336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,7 @@ lib.iogx.mkShell {
prettier.enable = true;
prettier.extraOptions = "--plugin ${pkgs.nodePackages.prettier-plugin-toml}/lib/node_modules/prettier-plugin-toml/lib/api.js --write";
prettier.excludes = [ "jsdelivr-npm-importmap\\.js" ];
prettier.include = [
"css"
"html"
"js"
"json"
"jsx"
"scss"
"ts"
"yaml"
"toml"
];
prettier.files = "\\.(css|html|js|json|jsx|scss|ts|yaml|toml)$";
};
}

0 comments on commit 76b2336

Please sign in to comment.