Enforce rustfmt +nightly for consistent rust imports. (#1035)

This commit is contained in:
Dessalines 2020-07-28 12:42:14 -04:00 committed by GitHub
parent be2d9f0427
commit 8d1ec88195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ui/package.json vendored
View file

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