"no-dupe-keys": 2,//在创建对象字面量时不允许键重复 {a:1,a:1} "no-dupe-args": 2,//函数参数不能重复 "no-duplicate-case": 2,//switch中的case标签不能重复 "no-else-return": 2,//如果if语句里面有return,后面不能跟else语句 "no-empty": 2,//块语句中的内容不能为空 "no-empty-cha...
no-array-constructor": [ "warn" ], "no-caller": "error", "no-cond-assign": "error", "no-const-assign": [ "warn" ], "no-control-regex": [ "warn" ], "no-delete-var": [ "warn" ], "no-dupe-args": [ "warn" ], "no-dupe-class-members": [ "off" ], "no-dupe-key...
The upload completes,mark_as_publishedis called, causing keys N+M to be marked as published but only N actually are. M exist on the client but not the server. I don'tthinkthat can cause the dupe key ID issues in this bug though. ...
-type-guard,use-type-alias,no-in-misuse,no-parameter-reassignment,no-unstable-nested-components,jsx-key,updated-loop-counter,link-with-target-blank,no-array-index-key,concise-regex,stateful-regex,test-check-exception,max-switch-cases,production-debug,csrf,no-undefined-argument,cognitive-complexity,n...
sonar-no-dupe-keys,no-nested-incdec,no-self-assign,for-in,no-new-native-nonconstructor,no-dupe-args,strict,no-small-switch,no-loss-of-precision,unnecessary-character-escapes,publicly-writable-directories,no-incomplete-assertions,x-powered-by,no-unreachable,no-identical-expressio...
{ error: null, filePath: '/home/gabriel/Repos/leapfrog/node_modules/@typescript-eslint/parser/dist/index.js', id: '@typescript-eslint/parser', importerName: '.eslintrc.js » @gcangussu/eslint-config#overrides[0]', importerPath: '/home/gabriel/Repos/leapfrog/node_modules/@gcangussu/...
[ "error" ], "no-delete-var": [ "error" ], "no-dupe-args": [ "error" ], "no-dupe-class-members": [ "error" ], "no-dupe-else-if": [ "error" ], "no-dupe-keys": [ "error" ], "no-duplicate-case": [ "error" ], "no-empty": [ "error" ], "no-empty-character-...
0 : 1, // don't require .vue extension when importing 'import/extensions': ['error', 'always', { 'js': 'never', 'vue': 'never' }], // allow optionalDependencies 'import/no-extraneous-dependencies': ['error', { 'optionalDependencies': ['test/unit/index.js'] }], // allow singl...