mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 10:22:44 +00:00
style: add new rule for imports (#785)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import type {infer as zodInfer} from 'zod';
|
||||
|
||||
import {AccessLevel} from '../constants/Auth';
|
||||
import {credentialsSchema} from '../Auth';
|
||||
|
||||
import type {AuthMethod} from '../Auth';
|
||||
import {credentialsSchema} from '../Auth';
|
||||
import {AccessLevel} from '../constants/Auth';
|
||||
|
||||
// All auth requests are schema validated to ensure security.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import {array, boolean, number, record, strictObject, string} from 'zod';
|
||||
import {noComma} from '../../util/regEx';
|
||||
|
||||
import type {infer as zodInfer} from 'zod';
|
||||
import {array, boolean, number, record, strictObject, string} from 'zod';
|
||||
|
||||
import {noComma} from '../../util/regEx';
|
||||
|
||||
const TAG_NO_COMMA_MESSAGE = {
|
||||
message: 'Tag must not contain comma',
|
||||
|
||||
Reference in New Issue
Block a user