mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
11 lines
257 B
JSON
11 lines
257 B
JSON
{
|
|
"rules": {
|
|
"requireInternalWithUnderscore": true,
|
|
"duplicateModuleImport": true,
|
|
"enforce-copyright-header": true,
|
|
"no-duplicate-variable": true,
|
|
"semicolon": [true],
|
|
"variable-name": [true, "ban-keywords"]
|
|
}
|
|
}
|