vue-google-oauth2
Version:
Handling Google Auth2 sign-in and sign-out
27 lines • 522 B
JSON
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
],
"linterOptions": {
"exclude": [
"node_modules/**"
]
},
"rules": {
"quotemark": false,
"indent": [
true,
"spaces",
2
],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false,
"space-before-function-paren": false,
"only-arrow-functions": false,
"trailing-comma": false,
"no-console": false
}
}