mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 19:46:43 +00:00
2ed0cef65c
## Description: Prefer `type.array()` over `z.array(type)`. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
import noZArray from "./rules/no-z-array.js";
|
|
|
|
export default {
|
|
rules: {
|
|
"no-z-array": noZArray,
|
|
},
|
|
};
|