Compare commits

...

1 commit

Author SHA1 Message Date
8e06351a71 Enforce rustfmt +nightly for consistent rust imports. 2020-07-28 12:34:45 -04:00

2
ui/package.json vendored
View file

@ -82,7 +82,7 @@
"eslint --fix" "eslint --fix"
], ],
"../server/src/**/*.rs": [ "../server/src/**/*.rs": [
"rustfmt --config-path ../server/.rustfmt.toml" "rustfmt +nightly --config-path ../server/.rustfmt.toml"
], ],
"package.json": [ "package.json": [
"sortpack" "sortpack"