initial commit
This commit is contained in:
Родитель
3315bc5164
Коммит
8ad1379d39
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
"plugin:security/recommended",
|
||||
],
|
||||
rules: {
|
||||
"@typescript-eslint/no-floating-promises": "error",
|
||||
"@typescript-eslint/no-inferrable-types": "off",
|
||||
"@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }],
|
||||
"@typescript-eslint/space-infix-ops": "error",
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/powerquery-formatter",
|
||||
"version": "0.0.44",
|
||||
"version": "0.1.0",
|
||||
"author": "Microsoft",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче