Skip to content

Instantly share code, notes, and snippets.

View SQReder's full-sized avatar
💭
... nihil supernum

Nubami SQReder SQReder

💭
... nihil supernum
  • Rocket Cats
  • Saint Petersburg
View GitHub Profile
@SQReder
SQReder / .eslintrc.js
Created October 4, 2021 12:25 — forked from azinit/.eslintrc.js
imports-linting: order, access
/** Разрешенные импорты (для сортировки) */
const ALLOWED_PATH_GROUPS = ["pages/**", "features/**", "entities/**", "shared/**"].map(
(pattern) => ({
pattern,
group: "internal",
position: "after",
}),
);
/** Для запрета приватных путей */
interface IBufferedField {
void Swap();
int this[int x, int y];
int ReadBack(int x, int y);
}