Merge "Fix incorrect import path"
This commit is contained in:
@@ -266,6 +266,10 @@ module.exports = {
|
||||
"files": ["**/*.ts"],
|
||||
"extends": [require.resolve("gts/.eslintrc.json")],
|
||||
"rules": {
|
||||
"no-restricted-imports": ["error", {
|
||||
name: "@polymer/decorators/lib/decorators",
|
||||
message: "Use @polymer/decorators instead",
|
||||
}],
|
||||
// The following rules is required to match internal google rules
|
||||
"@typescript-eslint/restrict-plus-operands": "error",
|
||||
// https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-unsupported-features/node-builtins.md
|
||||
|
||||
@@ -47,8 +47,7 @@ import {
|
||||
listChangesOptionsToHex,
|
||||
} from '../../../utils/change-util';
|
||||
import {assertNever, hasOwnProperty} from '../../../utils/common-util';
|
||||
import {customElement} from '@polymer/decorators';
|
||||
import {property} from '@polymer/decorators/lib/decorators';
|
||||
import {customElement, property} from '@polymer/decorators';
|
||||
import {AuthRequestInit, AuthService} from '../../../services/gr-auth/gr-auth';
|
||||
import {
|
||||
AccountCapabilityInfo,
|
||||
|
||||
Reference in New Issue
Block a user