Skip to content

Instantly share code, notes, and snippets.

@amstiel
amstiel / .eslintrc
Created March 1, 2023 02:08 — forked from dhutaryan/.eslintrc
Feature-Sliced Design - typersctipt + eslint + vite
{
"plugins": ["boundaries"],
"extends": [
"eslint:recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:import/typescript",
"plugin:boundaries/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking"
@amstiel
amstiel / .gitignore
Created May 27, 2019 06:46 — forked from teocomi/.gitignore
Gitignore for Unity projects
# =============== #
# Unity generated #
# =============== #
[Tt]emp/
[Oo]bj/
[Bb]uild
/[Bb]uilds/
/[Ll]ibrary/
sysinfo.txt
*.stackdump

Настоящим обязываю разработчиков ДВИП придерживаться следующих положений:

Использовать систему именования классов БЭМ

.block__elem--mod

Вместо __ для block__elem использовать -

-- Cmder console '~' resolving'
-- Press ~<Tab> for resolving home dir
local function tilde_match (text, f, l)
if text == '~' then
clink.add_match(clink.get_env('home'))
clink.matches_are_files()
return true
end
if text:sub(1, 1) == '~' then