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

pull/1039/head
Dessalines 4 years ago 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

@ -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"

Loading…
Cancel
Save