ⓞ
Size: a a a
ⓞ
kp
ⓞ
EP
ⓞ
OS
{
"env": {
"browser": true,
"es6": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"semi": ["error", "always"],
"quotes": ["error", "single"],
"no-unused-vars": ["error", "never"]
}
}
{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.renderWhitespace": "boundary",
"files.exclude": {
"build": true,
},
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
{ "language": "typescript", "autoFix": true },
]
}
OK
FB
B
B
B
B
OK
{
"key": "alt+j",
"command": "editor.action.moveLinesDownAction"
},
{
"key": "alt+k",
"command": "editor.action.moveLinesUpAction"
},
B
B
{
"key": "alt+j",
"command": "editor.action.moveLinesDownAction"
},
{
"key": "alt+k",
"command": "editor.action.moveLinesUpAction"
},
B
OK
B
B